Module: Aws::AppConfig::Client::_GetDeploymentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::Deployment]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_id ⇒ ::String
- #applied_extensions ⇒ ::Array[Types::AppliedExtension]
- #completed_at ⇒ ::Time
- #configuration_location_uri ⇒ ::String
- #configuration_name ⇒ ::String
- #configuration_profile_id ⇒ ::String
- #configuration_version ⇒ ::String
- #deployment_duration_in_minutes ⇒ ::Integer
- #deployment_number ⇒ ::Integer
- #deployment_strategy_id ⇒ ::String
- #description ⇒ ::String
- #environment_id ⇒ ::String
- #event_log ⇒ ::Array[Types::DeploymentEvent]
- #final_bake_time_in_minutes ⇒ ::Integer
- #growth_factor ⇒ ::Float
- #growth_type ⇒ "LINEAR", "EXPONENTIAL"
- #kms_key_arn ⇒ ::String
- #kms_key_identifier ⇒ ::String
- #percentage_complete ⇒ ::Float
- #started_at ⇒ ::Time
- #state ⇒ "BAKING", ...
- #version_label ⇒ ::String
Instance Method Details
#application_id ⇒ ::String
403 |
# File 'sig/client.rbs', line 403 def application_id: () -> ::String |
#applied_extensions ⇒ ::Array[Types::AppliedExtension]
421 |
# File 'sig/client.rbs', line 421 def applied_extensions: () -> ::Array[Types::AppliedExtension] |
#completed_at ⇒ ::Time
420 |
# File 'sig/client.rbs', line 420 def completed_at: () -> ::Time |
#configuration_location_uri ⇒ ::String
409 |
# File 'sig/client.rbs', line 409 def configuration_location_uri: () -> ::String |
#configuration_name ⇒ ::String
408 |
# File 'sig/client.rbs', line 408 def configuration_name: () -> ::String |
#configuration_profile_id ⇒ ::String
406 |
# File 'sig/client.rbs', line 406 def configuration_profile_id: () -> ::String |
#configuration_version ⇒ ::String
410 |
# File 'sig/client.rbs', line 410 def configuration_version: () -> ::String |
#deployment_duration_in_minutes ⇒ ::Integer
412 |
# File 'sig/client.rbs', line 412 def deployment_duration_in_minutes: () -> ::Integer |
#deployment_number ⇒ ::Integer
407 |
# File 'sig/client.rbs', line 407 def deployment_number: () -> ::Integer |
#deployment_strategy_id ⇒ ::String
405 |
# File 'sig/client.rbs', line 405 def deployment_strategy_id: () -> ::String |
#description ⇒ ::String
411 |
# File 'sig/client.rbs', line 411 def description: () -> ::String |
#environment_id ⇒ ::String
404 |
# File 'sig/client.rbs', line 404 def environment_id: () -> ::String |
#event_log ⇒ ::Array[Types::DeploymentEvent]
417 |
# File 'sig/client.rbs', line 417 def event_log: () -> ::Array[Types::DeploymentEvent] |
#final_bake_time_in_minutes ⇒ ::Integer
415 |
# File 'sig/client.rbs', line 415 def final_bake_time_in_minutes: () -> ::Integer |
#growth_factor ⇒ ::Float
414 |
# File 'sig/client.rbs', line 414 def growth_factor: () -> ::Float |
#growth_type ⇒ "LINEAR", "EXPONENTIAL"
413 |
# File 'sig/client.rbs', line 413 def growth_type: () -> ("LINEAR" | "EXPONENTIAL") |
#kms_key_arn ⇒ ::String
422 |
# File 'sig/client.rbs', line 422 def kms_key_arn: () -> ::String |
#kms_key_identifier ⇒ ::String
423 |
# File 'sig/client.rbs', line 423 def kms_key_identifier: () -> ::String |
#percentage_complete ⇒ ::Float
418 |
# File 'sig/client.rbs', line 418 def percentage_complete: () -> ::Float |
#started_at ⇒ ::Time
419 |
# File 'sig/client.rbs', line 419 def started_at: () -> ::Time |
#state ⇒ "BAKING", ...
416 |
# File 'sig/client.rbs', line 416 def state: () -> ("BAKING" | "VALIDATING" | "DEPLOYING" | "COMPLETE" | "ROLLING_BACK" | "ROLLED_BACK" | "REVERTED") |
#version_label ⇒ ::String
424 |
# File 'sig/client.rbs', line 424 def version_label: () -> ::String |