Module: Aws::AppConfig::Client::_CreateDeploymentStrategyResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DeploymentStrategy]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#deployment_duration_in_minutes::Integer

Returns:

  • (::Integer)


132
# File 'sig/client.rbs', line 132

def deployment_duration_in_minutes: () -> ::Integer

#description::String

Returns:

  • (::String)


131
# File 'sig/client.rbs', line 131

def description: () -> ::String

#final_bake_time_in_minutes::Integer

Returns:

  • (::Integer)


135
# File 'sig/client.rbs', line 135

def final_bake_time_in_minutes: () -> ::Integer

#growth_factor::Float

Returns:

  • (::Float)


134
# File 'sig/client.rbs', line 134

def growth_factor: () -> ::Float

#growth_type"LINEAR", "EXPONENTIAL"

Returns:

  • ("LINEAR", "EXPONENTIAL")


133
# File 'sig/client.rbs', line 133

def growth_type: () -> ("LINEAR" | "EXPONENTIAL")

#id::String

Returns:

  • (::String)


129
# File 'sig/client.rbs', line 129

def id: () -> ::String

#name::String

Returns:

  • (::String)


130
# File 'sig/client.rbs', line 130

def name: () -> ::String

#replicate_to"NONE", "SSM_DOCUMENT"

Returns:

  • ("NONE", "SSM_DOCUMENT")


136
# File 'sig/client.rbs', line 136

def replicate_to: () -> ("NONE" | "SSM_DOCUMENT")