Class: Aws::Types::Deployment
- Inherits:
-
Object
- Object
- Aws::Types::Deployment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::String
Returns the value of attribute created_at.
-
#deployment_arn ⇒ ::String
Returns the value of attribute deployment_arn.
-
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
-
#deployment_type ⇒ "NewDeployment", ...
Returns the value of attribute deployment_type.
-
#group_arn ⇒ ::String
Returns the value of attribute group_arn.
Instance Attribute Details
#created_at ⇒ ::String
Returns the value of attribute created_at.
497 498 499 |
# File 'sig/types.rbs', line 497 def created_at @created_at end |
#deployment_arn ⇒ ::String
Returns the value of attribute deployment_arn.
498 499 500 |
# File 'sig/types.rbs', line 498 def deployment_arn @deployment_arn end |
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
499 500 501 |
# File 'sig/types.rbs', line 499 def deployment_id @deployment_id end |
#deployment_type ⇒ "NewDeployment", ...
Returns the value of attribute deployment_type.
500 501 502 |
# File 'sig/types.rbs', line 500 def deployment_type @deployment_type end |
#group_arn ⇒ ::String
Returns the value of attribute group_arn.
501 502 503 |
# File 'sig/types.rbs', line 501 def group_arn @group_arn end |