Module: Aws::AppConfig::Client::_GetDeploymentStrategyResponseSuccess

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)


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

def deployment_duration_in_minutes: () -> ::Integer

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#final_bake_time_in_minutes::Integer

Returns:

  • (::Integer)


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

def final_bake_time_in_minutes: () -> ::Integer

#growth_factor::Float

Returns:

  • (::Float)


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

def growth_factor: () -> ::Float

#growth_type"LINEAR", "EXPONENTIAL"

Returns:

  • ("LINEAR", "EXPONENTIAL")


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

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

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#replicate_to"NONE", "SSM_DOCUMENT"

Returns:

  • ("NONE", "SSM_DOCUMENT")


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

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