class AmazonAppConfig::DeploymentStruct

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 | Nil = nil, environment_id : String | Nil = nil, deployment_strategy_id : String | Nil = nil, configuration_profile_id : String | Nil = nil, deployment_number : Int32 | Nil = nil, configuration_name : String | Nil = nil, configuration_location_uri : String | Nil = nil, configuration_version : String | Nil = nil, description : String | Nil = nil, deployment_duration_in_minutes : Int32 | Nil = nil, growth_type : String | Nil = nil, growth_factor : Float32 | Nil = nil, final_bake_time_in_minutes : Int32 | Nil = nil, state : String | Nil = nil, event_log : Array(DeploymentEventStruct) | Nil = nil, percentage_complete : Float32 | Nil = nil, started_at : Time | Nil = nil, completed_at : Time | 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 | Nil #

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

[View source]
def completed_at : Time | Nil #

[View source]
def completed_at=(completed_at : Time | Nil) #

[View source]
def configuration_location_uri : String | Nil #

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

[View source]
def configuration_name : String | Nil #

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

[View source]
def configuration_profile_id : String | Nil #

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

[View source]
def configuration_version : String | Nil #

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

[View source]
def deployment_duration_in_minutes : Int32 | Nil #

[View source]
def deployment_duration_in_minutes=(deployment_duration_in_minutes : Int32 | Nil) #

[View source]
def deployment_number : Int32 | Nil #

[View source]
def deployment_number=(deployment_number : Int32 | Nil) #

[View source]
def deployment_strategy_id : String | Nil #

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

[View source]
def description : String | Nil #

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

[View source]
def environment_id : String | Nil #

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

[View source]
def event_log : Array(DeploymentEventStruct) | Nil #

[View source]
def event_log=(event_log : Array(DeploymentEventStruct) | Nil) #

[View source]
def final_bake_time_in_minutes : Int32 | Nil #

[View source]
def final_bake_time_in_minutes=(final_bake_time_in_minutes : Int32 | Nil) #

[View source]
def growth_factor : Float32 | Nil #

[View source]
def growth_factor=(growth_factor : Float32 | Nil) #

[View source]
def growth_type : String | Nil #

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

[View source]
def percentage_complete : Float32 | Nil #

[View source]
def percentage_complete=(percentage_complete : Float32 | Nil) #

[View source]
def started_at : Time | Nil #

[View source]
def started_at=(started_at : Time | Nil) #

[View source]
def state : String | Nil #

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

[View source]