Module: Aws::AppConfig::Client::_StartDeploymentResponseSuccess
- 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
733 |
# File 'sig/client.rbs', line 733
def application_id: () -> ::String
|
#applied_extensions ⇒ ::Array[Types::AppliedExtension]
751 |
# File 'sig/client.rbs', line 751
def applied_extensions: () -> ::Array[Types::AppliedExtension]
|
#completed_at ⇒ ::Time
750 |
# File 'sig/client.rbs', line 750
def completed_at: () -> ::Time
|
#configuration_location_uri ⇒ ::String
739 |
# File 'sig/client.rbs', line 739
def configuration_location_uri: () -> ::String
|
#configuration_name ⇒ ::String
738 |
# File 'sig/client.rbs', line 738
def configuration_name: () -> ::String
|
#configuration_profile_id ⇒ ::String
736 |
# File 'sig/client.rbs', line 736
def configuration_profile_id: () -> ::String
|
#configuration_version ⇒ ::String
740 |
# File 'sig/client.rbs', line 740
def configuration_version: () -> ::String
|
#deployment_duration_in_minutes ⇒ ::Integer
742 |
# File 'sig/client.rbs', line 742
def deployment_duration_in_minutes: () -> ::Integer
|
#deployment_number ⇒ ::Integer
737 |
# File 'sig/client.rbs', line 737
def deployment_number: () -> ::Integer
|
#deployment_strategy_id ⇒ ::String
735 |
# File 'sig/client.rbs', line 735
def deployment_strategy_id: () -> ::String
|
#description ⇒ ::String
741 |
# File 'sig/client.rbs', line 741
def description: () -> ::String
|
#environment_id ⇒ ::String
734 |
# File 'sig/client.rbs', line 734
def environment_id: () -> ::String
|
#event_log ⇒ ::Array[Types::DeploymentEvent]
747 |
# File 'sig/client.rbs', line 747
def event_log: () -> ::Array[Types::DeploymentEvent]
|
#final_bake_time_in_minutes ⇒ ::Integer
745 |
# File 'sig/client.rbs', line 745
def final_bake_time_in_minutes: () -> ::Integer
|
#growth_factor ⇒ ::Float
744 |
# File 'sig/client.rbs', line 744
def growth_factor: () -> ::Float
|
#growth_type ⇒ "LINEAR", "EXPONENTIAL"
743 |
# File 'sig/client.rbs', line 743
def growth_type: () -> ("LINEAR" | "EXPONENTIAL")
|
#kms_key_arn ⇒ ::String
752 |
# File 'sig/client.rbs', line 752
def kms_key_arn: () -> ::String
|
#kms_key_identifier ⇒ ::String
753 |
# File 'sig/client.rbs', line 753
def kms_key_identifier: () -> ::String
|
#percentage_complete ⇒ ::Float
748 |
# File 'sig/client.rbs', line 748
def percentage_complete: () -> ::Float
|
#started_at ⇒ ::Time
749 |
# File 'sig/client.rbs', line 749
def started_at: () -> ::Time
|
#state ⇒ "BAKING", ...
746 |
# File 'sig/client.rbs', line 746
def state: () -> ("BAKING" | "VALIDATING" | "DEPLOYING" | "COMPLETE" | "ROLLING_BACK" | "ROLLED_BACK" | "REVERTED")
|
#version_label ⇒ ::String
754 |
# File 'sig/client.rbs', line 754
def version_label: () -> ::String
|