Class: Aws::Types::DeploymentStrategy

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)


333
334
335
# File 'sig/types.rbs', line 333

def deployment_duration_in_minutes
  @deployment_duration_in_minutes
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


332
333
334
# File 'sig/types.rbs', line 332

def description
  @description
end

#final_bake_time_in_minutes ⇒ ::Integer

Returns the value of attribute final_bake_time_in_minutes.

Returns:

  • (::Integer)


336
337
338
# File 'sig/types.rbs', line 336

def final_bake_time_in_minutes
  @final_bake_time_in_minutes
end

#growth_factor ⇒ ::Float

Returns the value of attribute growth_factor.

Returns:

  • (::Float)


335
336
337
# File 'sig/types.rbs', line 335

def growth_factor
  @growth_factor
end

#growth_type ⇒ "LINEAR", "EXPONENTIAL"

Returns the value of attribute growth_type.

Returns:

  • ("LINEAR", "EXPONENTIAL")


334
335
336
# File 'sig/types.rbs', line 334

def growth_type
  @growth_type
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


330
331
332
# File 'sig/types.rbs', line 330

def id
  @id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


331
332
333
# File 'sig/types.rbs', line 331

def name
  @name
end

#replicate_to ⇒ "NONE", "SSM_DOCUMENT"

Returns the value of attribute replicate_to.

Returns:

  • ("NONE", "SSM_DOCUMENT")


337
338
339
# File 'sig/types.rbs', line 337

def replicate_to
  @replicate_to
end