Module: Aws::AppConfig::Client::_UpdateDeploymentStrategyResponseSuccess

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)


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

def deployment_duration_in_minutes: () -> ::Integer

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#final_bake_time_in_minutes::Integer

Returns:

  • (::Integer)


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

def final_bake_time_in_minutes: () -> ::Integer

#growth_factor::Float

Returns:

  • (::Float)


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

def growth_factor: () -> ::Float

#growth_type"LINEAR", "EXPONENTIAL"

Returns:

  • ("LINEAR", "EXPONENTIAL")


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

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

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#replicate_to"NONE", "SSM_DOCUMENT"

Returns:

  • ("NONE", "SSM_DOCUMENT")


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

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