Class: Aws::Types::Deployment
- Inherits:
-
Object
- Object
- Aws::Types::Deployment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
-
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
-
#deployment_name ⇒ ::String
Returns the value of attribute deployment_name.
-
#deployment_status ⇒ "ACTIVE", ...
Returns the value of attribute deployment_status.
-
#is_latest_for_target ⇒ Boolean
Returns the value of attribute is_latest_for_target.
-
#parent_target_arn ⇒ ::String
Returns the value of attribute parent_target_arn.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
Instance Attribute Details
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
229 230 231 |
# File 'sig/types.rbs', line 229 def @creation_timestamp end |
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
227 228 229 |
# File 'sig/types.rbs', line 227 def deployment_id @deployment_id end |
#deployment_name ⇒ ::String
Returns the value of attribute deployment_name.
228 229 230 |
# File 'sig/types.rbs', line 228 def deployment_name @deployment_name end |
#deployment_status ⇒ "ACTIVE", ...
Returns the value of attribute deployment_status.
230 231 232 |
# File 'sig/types.rbs', line 230 def deployment_status @deployment_status end |
#is_latest_for_target ⇒ Boolean
Returns the value of attribute is_latest_for_target.
231 232 233 |
# File 'sig/types.rbs', line 231 def is_latest_for_target @is_latest_for_target end |
#parent_target_arn ⇒ ::String
Returns the value of attribute parent_target_arn.
232 233 234 |
# File 'sig/types.rbs', line 232 def parent_target_arn @parent_target_arn end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
226 227 228 |
# File 'sig/types.rbs', line 226 def revision_id @revision_id end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
225 226 227 |
# File 'sig/types.rbs', line 225 def target_arn @target_arn end |