Class: Aws::Types::DeploymentEventDataSummary
- Inherits:
-
Object
- Object
- Aws::Types::DeploymentEventDataSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CANCELED", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
92 93 94 |
# File 'sig/types.rbs', line 92 def description @description end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
96 97 98 |
# File 'sig/types.rbs', line 96 def @metadata end |
#name ⇒ ::String
Returns the value of attribute name.
91 92 93 |
# File 'sig/types.rbs', line 91 def name @name end |
#status ⇒ "CANCELED", ...
Returns the value of attribute status.
93 94 95 |
# File 'sig/types.rbs', line 93 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
94 95 96 |
# File 'sig/types.rbs', line 94 def status_reason @status_reason end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
95 96 97 |
# File 'sig/types.rbs', line 95 def @timestamp end |