Class: Aws::Types::StartDeploymentRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartDeploymentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#configuration_profile_id ⇒ ::String
Returns the value of attribute configuration_profile_id.
-
#configuration_version ⇒ ::String
Returns the value of attribute configuration_version.
-
#deployment_strategy_id ⇒ ::String
Returns the value of attribute deployment_strategy_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dynamic_extension_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute dynamic_extension_parameters.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
-
#latest_deployment_number ⇒ ::Integer
Returns the value of attribute latest_deployment_number.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
792 793 794 |
# File 'sig/types.rbs', line 792 def application_id @application_id end |
#configuration_profile_id ⇒ ::String
Returns the value of attribute configuration_profile_id.
795 796 797 |
# File 'sig/types.rbs', line 795 def configuration_profile_id @configuration_profile_id end |
#configuration_version ⇒ ::String
Returns the value of attribute configuration_version.
796 797 798 |
# File 'sig/types.rbs', line 796 def configuration_version @configuration_version end |
#deployment_strategy_id ⇒ ::String
Returns the value of attribute deployment_strategy_id.
794 795 796 |
# File 'sig/types.rbs', line 794 def deployment_strategy_id @deployment_strategy_id end |
#description ⇒ ::String
Returns the value of attribute description.
797 798 799 |
# File 'sig/types.rbs', line 797 def description @description end |
#dynamic_extension_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute dynamic_extension_parameters.
800 801 802 |
# File 'sig/types.rbs', line 800 def dynamic_extension_parameters @dynamic_extension_parameters end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
793 794 795 |
# File 'sig/types.rbs', line 793 def environment_id @environment_id end |
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
799 800 801 |
# File 'sig/types.rbs', line 799 def kms_key_identifier @kms_key_identifier end |
#latest_deployment_number ⇒ ::Integer
Returns the value of attribute latest_deployment_number.
801 802 803 |
# File 'sig/types.rbs', line 801 def latest_deployment_number @latest_deployment_number end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
798 799 800 |
# File 'sig/types.rbs', line 798 def @tags end |