Class: Aws::Types::DeploymentSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#completed_at ⇒ ::Time

Returns the value of attribute completed_at.

Returns:

  • (::Time)


353
354
355
# File 'sig/types.rbs', line 353

def completed_at
  @completed_at
end

#configuration_name ⇒ ::String

Returns the value of attribute configuration_name.

Returns:

  • (::String)


344
345
346
# File 'sig/types.rbs', line 344

def configuration_name
  @configuration_name
end

#configuration_profile_id ⇒ ::String

Returns the value of attribute configuration_profile_id.

Returns:

  • (::String)


343
344
345
# File 'sig/types.rbs', line 343

def configuration_profile_id
  @configuration_profile_id
end

#configuration_version ⇒ ::String

Returns the value of attribute configuration_version.

Returns:

  • (::String)


345
346
347
# File 'sig/types.rbs', line 345

def configuration_version
  @configuration_version
end

#deployment_duration_in_minutes ⇒ ::Integer

Returns the value of attribute deployment_duration_in_minutes.

Returns:

  • (::Integer)


346
347
348
# File 'sig/types.rbs', line 346

def deployment_duration_in_minutes
  @deployment_duration_in_minutes
end

#deployment_number ⇒ ::Integer

Returns the value of attribute deployment_number.

Returns:

  • (::Integer)


342
343
344
# File 'sig/types.rbs', line 342

def deployment_number
  @deployment_number
end

#final_bake_time_in_minutes ⇒ ::Integer

Returns the value of attribute final_bake_time_in_minutes.

Returns:

  • (::Integer)


349
350
351
# File 'sig/types.rbs', line 349

def final_bake_time_in_minutes
  @final_bake_time_in_minutes
end

#growth_factor ⇒ ::Float

Returns the value of attribute growth_factor.

Returns:

  • (::Float)


348
349
350
# File 'sig/types.rbs', line 348

def growth_factor
  @growth_factor
end

#growth_type ⇒ "LINEAR", "EXPONENTIAL"

Returns the value of attribute growth_type.

Returns:

  • ("LINEAR", "EXPONENTIAL")


347
348
349
# File 'sig/types.rbs', line 347

def growth_type
  @growth_type
end

#percentage_complete ⇒ ::Float

Returns the value of attribute percentage_complete.

Returns:

  • (::Float)


351
352
353
# File 'sig/types.rbs', line 351

def percentage_complete
  @percentage_complete
end

#started_at ⇒ ::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


352
353
354
# File 'sig/types.rbs', line 352

def started_at
  @started_at
end

#state ⇒ "BAKING", ...

Returns the value of attribute state.

Returns:

  • ("BAKING", "VALIDATING", "DEPLOYING", "COMPLETE", "ROLLING_BACK", "ROLLED_BACK", "REVERTED")


350
351
352
# File 'sig/types.rbs', line 350

def state
  @state
end

#type ⇒ "USER", "MANAGED"

Returns the value of attribute type.

Returns:

  • ("USER", "MANAGED")


355
356
357
# File 'sig/types.rbs', line 355

def type
  @type
end

#version_label ⇒ ::String

Returns the value of attribute version_label.

Returns:

  • (::String)


354
355
356
# File 'sig/types.rbs', line 354

def version_label
  @version_label
end