Class: Aws::Types::OperationSummary
- Inherits:
-
Object
- Object
- Aws::Types::OperationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
-
#type ⇒ "START_DEPLOYMENT", ...
Returns the value of attribute type.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
563 564 565 |
# File 'sig/types.rbs', line 563 def ended_at @ended_at end |
#id ⇒ ::String
Returns the value of attribute id.
558 559 560 |
# File 'sig/types.rbs', line 558 def id @id end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
562 563 564 |
# File 'sig/types.rbs', line 562 def started_at @started_at end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
560 561 562 |
# File 'sig/types.rbs', line 560 def status @status end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
561 562 563 |
# File 'sig/types.rbs', line 561 def target_arn @target_arn end |
#type ⇒ "START_DEPLOYMENT", ...
Returns the value of attribute type.
559 560 561 |
# File 'sig/types.rbs', line 559 def type @type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
564 565 566 |
# File 'sig/types.rbs', line 564 def updated_at @updated_at end |