class AmazonAppConfig::StartDeploymentRequest

Included Modules

Defined in:

clients/appconfig.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from module AWSSdk::RestJSON::Structure

process(request : HTTP::Request) process, serialize(json : JSON::Builder) serialize

Constructor Detail

def self.new(application_id : String, environment_id : String, deployment_strategy_id : String, configuration_profile_id : String, configuration_version : String, description : String | Nil = nil, tags : Hash(String, String) | Nil = nil) #

[View source]

Class Method Detail

def self.deserialize(xml : XML::Node) #

[View source]
def self.from_response(request : HTTP::Client::Response) #

[View source]

Instance Method Detail

def application_id : String #

[View source]
def application_id=(application_id : String) #

[View source]
def configuration_profile_id : String #

[View source]
def configuration_profile_id=(configuration_profile_id : String) #

[View source]
def configuration_version : String #

[View source]
def configuration_version=(configuration_version : String) #

[View source]
def deployment_strategy_id : String #

[View source]
def deployment_strategy_id=(deployment_strategy_id : String) #

[View source]
def description : String | Nil #

[View source]
def description=(description : String | Nil) #

[View source]
def environment_id : String #

[View source]
def environment_id=(environment_id : String) #

[View source]
def tags : Hash(String, String) | Nil #

[View source]
def tags=(tags : Hash(String, String) | Nil) #

[View source]