Class: Aws::Types::CreateDeploymentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDeploymentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amzn_client_token ⇒ ::String
Returns the value of attribute amzn_client_token.
-
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
-
#deployment_type ⇒ "NewDeployment", ...
Returns the value of attribute deployment_type.
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#group_version_id ⇒ ::String
Returns the value of attribute group_version_id.
Instance Attribute Details
#amzn_client_token ⇒ ::String
Returns the value of attribute amzn_client_token.
166 167 168 |
# File 'sig/types.rbs', line 166 def amzn_client_token @amzn_client_token end |
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
167 168 169 |
# File 'sig/types.rbs', line 167 def deployment_id @deployment_id end |
#deployment_type ⇒ "NewDeployment", ...
Returns the value of attribute deployment_type.
168 169 170 |
# File 'sig/types.rbs', line 168 def deployment_type @deployment_type end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
169 170 171 |
# File 'sig/types.rbs', line 169 def group_id @group_id end |
#group_version_id ⇒ ::String
Returns the value of attribute group_version_id.
170 171 172 |
# File 'sig/types.rbs', line 170 def group_version_id @group_version_id end |