Class: Aws::Types::UpdateDeploymentStrategyRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_duration_in_minutes ⇒ ::Integer

Returns the value of attribute deployment_duration_in_minutes.

Returns:

  • (::Integer)


898
899
900
# File 'sig/types.rbs', line 898

def deployment_duration_in_minutes
  @deployment_duration_in_minutes
end

#deployment_strategy_id ⇒ ::String

Returns the value of attribute deployment_strategy_id.

Returns:

  • (::String)


896
897
898
# File 'sig/types.rbs', line 896

def deployment_strategy_id
  @deployment_strategy_id
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


897
898
899
# File 'sig/types.rbs', line 897

def description
  @description
end

#final_bake_time_in_minutes ⇒ ::Integer

Returns the value of attribute final_bake_time_in_minutes.

Returns:

  • (::Integer)


899
900
901
# File 'sig/types.rbs', line 899

def final_bake_time_in_minutes
  @final_bake_time_in_minutes
end

#growth_factor ⇒ ::Float

Returns the value of attribute growth_factor.

Returns:

  • (::Float)


900
901
902
# File 'sig/types.rbs', line 900

def growth_factor
  @growth_factor
end

#growth_type ⇒ "LINEAR", "EXPONENTIAL"

Returns the value of attribute growth_type.

Returns:

  • ("LINEAR", "EXPONENTIAL")


901
902
903
# File 'sig/types.rbs', line 901

def growth_type
  @growth_type
end