Class: Aws::Types::Deployment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id ⇒ ::String

Returns the value of attribute application_id.

Returns:

  • (::String)


283
284
285
# File 'sig/types.rbs', line 283

def application_id
  @application_id
end

#applied_extensions ⇒ ::Array[Types::AppliedExtension]

Returns the value of attribute applied_extensions.

Returns:



301
302
303
# File 'sig/types.rbs', line 301

def applied_extensions
  @applied_extensions
end

#completed_at ⇒ ::Time

Returns the value of attribute completed_at.

Returns:

  • (::Time)


300
301
302
# File 'sig/types.rbs', line 300

def completed_at
  @completed_at
end

#configuration_location_uri ⇒ ::String

Returns the value of attribute configuration_location_uri.

Returns:

  • (::String)


289
290
291
# File 'sig/types.rbs', line 289

def configuration_location_uri
  @configuration_location_uri
end

#configuration_name ⇒ ::String

Returns the value of attribute configuration_name.

Returns:

  • (::String)


288
289
290
# File 'sig/types.rbs', line 288

def configuration_name
  @configuration_name
end

#configuration_profile_id ⇒ ::String

Returns the value of attribute configuration_profile_id.

Returns:

  • (::String)


286
287
288
# File 'sig/types.rbs', line 286

def configuration_profile_id
  @configuration_profile_id
end

#configuration_version ⇒ ::String

Returns the value of attribute configuration_version.

Returns:

  • (::String)


290
291
292
# File 'sig/types.rbs', line 290

def configuration_version
  @configuration_version
end

#deployment_duration_in_minutes ⇒ ::Integer

Returns the value of attribute deployment_duration_in_minutes.

Returns:

  • (::Integer)


292
293
294
# File 'sig/types.rbs', line 292

def deployment_duration_in_minutes
  @deployment_duration_in_minutes
end

#deployment_number ⇒ ::Integer

Returns the value of attribute deployment_number.

Returns:

  • (::Integer)


287
288
289
# File 'sig/types.rbs', line 287

def deployment_number
  @deployment_number
end

#deployment_strategy_id ⇒ ::String

Returns the value of attribute deployment_strategy_id.

Returns:

  • (::String)


285
286
287
# File 'sig/types.rbs', line 285

def deployment_strategy_id
  @deployment_strategy_id
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


291
292
293
# File 'sig/types.rbs', line 291

def description
  @description
end

#environment_id ⇒ ::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


284
285
286
# File 'sig/types.rbs', line 284

def environment_id
  @environment_id
end

#event_log ⇒ ::Array[Types::DeploymentEvent]

Returns the value of attribute event_log.

Returns:



297
298
299
# File 'sig/types.rbs', line 297

def event_log
  @event_log
end

#final_bake_time_in_minutes ⇒ ::Integer

Returns the value of attribute final_bake_time_in_minutes.

Returns:

  • (::Integer)


295
296
297
# File 'sig/types.rbs', line 295

def final_bake_time_in_minutes
  @final_bake_time_in_minutes
end

#growth_factor ⇒ ::Float

Returns the value of attribute growth_factor.

Returns:

  • (::Float)


294
295
296
# File 'sig/types.rbs', line 294

def growth_factor
  @growth_factor
end

#growth_type ⇒ "LINEAR", "EXPONENTIAL"

Returns the value of attribute growth_type.

Returns:

  • ("LINEAR", "EXPONENTIAL")


293
294
295
# File 'sig/types.rbs', line 293

def growth_type
  @growth_type
end

#kms_key_arn ⇒ ::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


302
303
304
# File 'sig/types.rbs', line 302

def kms_key_arn
  @kms_key_arn
end

#kms_key_identifier ⇒ ::String

Returns the value of attribute kms_key_identifier.

Returns:

  • (::String)


303
304
305
# File 'sig/types.rbs', line 303

def kms_key_identifier
  @kms_key_identifier
end

#percentage_complete ⇒ ::Float

Returns the value of attribute percentage_complete.

Returns:

  • (::Float)


298
299
300
# File 'sig/types.rbs', line 298

def percentage_complete
  @percentage_complete
end

#started_at ⇒ ::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


299
300
301
# File 'sig/types.rbs', line 299

def started_at
  @started_at
end

#state ⇒ "BAKING", ...

Returns the value of attribute state.

Returns:

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


296
297
298
# File 'sig/types.rbs', line 296

def state
  @state
end

#version_label ⇒ ::String

Returns the value of attribute version_label.

Returns:

  • (::String)


304
305
306
# File 'sig/types.rbs', line 304

def version_label
  @version_label
end