Class: Aws::Types::AssociatedSegment
- Inherits:
-
Object
- Object
- Aws::Types::AssociatedSegment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#segment_name ⇒ ::String
Returns the value of attribute segment_name.
-
#status ⇒ "STARTING", ...
Returns the value of attribute status.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
105 106 107 |
# File 'sig/types.rbs', line 105 def @message end |
#segment_name ⇒ ::String
Returns the value of attribute segment_name.
103 104 105 |
# File 'sig/types.rbs', line 103 def segment_name @segment_name end |
#status ⇒ "STARTING", ...
Returns the value of attribute status.
104 105 106 |
# File 'sig/types.rbs', line 104 def status @status end |