class AmazonAppConfig::CreateDeploymentStrategyRequest

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(name : String, deployment_duration_in_minutes : Int32, growth_factor : Float32, replicate_to : String, description : String | Nil = nil, final_bake_time_in_minutes : Int32 | Nil = nil, growth_type : 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 deployment_duration_in_minutes : Int32 #

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

[View source]
def description : String | Nil #

[View source]
def description=(description : String | 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 #

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

[View source]
def growth_type : String | Nil #

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

[View source]
def name : String #

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

[View source]
def replicate_to : String #

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

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

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

[View source]