Module: Aws::AppConfig::Client::_StopDeploymentResponseSuccess
- 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
805 |
# File 'sig/client.rbs', line 805
def application_id: () -> ::String
|
#applied_extensions ⇒ ::Array[Types::AppliedExtension]
823 |
# File 'sig/client.rbs', line 823
def applied_extensions: () -> ::Array[Types::AppliedExtension]
|
#completed_at ⇒ ::Time
822 |
# File 'sig/client.rbs', line 822
def completed_at: () -> ::Time
|
#configuration_location_uri ⇒ ::String
811 |
# File 'sig/client.rbs', line 811
def configuration_location_uri: () -> ::String
|
#configuration_name ⇒ ::String
810 |
# File 'sig/client.rbs', line 810
def configuration_name: () -> ::String
|
#configuration_profile_id ⇒ ::String
808 |
# File 'sig/client.rbs', line 808
def configuration_profile_id: () -> ::String
|
#configuration_version ⇒ ::String
812 |
# File 'sig/client.rbs', line 812
def configuration_version: () -> ::String
|
#deployment_duration_in_minutes ⇒ ::Integer
814 |
# File 'sig/client.rbs', line 814
def deployment_duration_in_minutes: () -> ::Integer
|
#deployment_number ⇒ ::Integer
809 |
# File 'sig/client.rbs', line 809
def deployment_number: () -> ::Integer
|
#deployment_strategy_id ⇒ ::String
807 |
# File 'sig/client.rbs', line 807
def deployment_strategy_id: () -> ::String
|
#description ⇒ ::String
813 |
# File 'sig/client.rbs', line 813
def description: () -> ::String
|
#environment_id ⇒ ::String
806 |
# File 'sig/client.rbs', line 806
def environment_id: () -> ::String
|
#event_log ⇒ ::Array[Types::DeploymentEvent]
819 |
# File 'sig/client.rbs', line 819
def event_log: () -> ::Array[Types::DeploymentEvent]
|
#final_bake_time_in_minutes ⇒ ::Integer
817 |
# File 'sig/client.rbs', line 817
def final_bake_time_in_minutes: () -> ::Integer
|
#growth_factor ⇒ ::Float
816 |
# File 'sig/client.rbs', line 816
def growth_factor: () -> ::Float
|
#growth_type ⇒ "LINEAR", "EXPONENTIAL"
815 |
# File 'sig/client.rbs', line 815
def growth_type: () -> ("LINEAR" | "EXPONENTIAL")
|
#kms_key_arn ⇒ ::String
824 |
# File 'sig/client.rbs', line 824
def kms_key_arn: () -> ::String
|
#kms_key_identifier ⇒ ::String
825 |
# File 'sig/client.rbs', line 825
def kms_key_identifier: () -> ::String
|
#percentage_complete ⇒ ::Float
820 |
# File 'sig/client.rbs', line 820
def percentage_complete: () -> ::Float
|
#started_at ⇒ ::Time
821 |
# File 'sig/client.rbs', line 821
def started_at: () -> ::Time
|
#state ⇒ "BAKING", ...
818 |
# File 'sig/client.rbs', line 818
def state: () -> ("BAKING" | "VALIDATING" | "DEPLOYING" | "COMPLETE" | "ROLLING_BACK" | "ROLLED_BACK" | "REVERTED")
|
#version_label ⇒ ::String
826 |
# File 'sig/client.rbs', line 826
def version_label: () -> ::String
|