Class: Aws::Types::GetStreamForSegmentsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetStreamForSegmentsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_at ⇒ ::Time
Returns the value of attribute associated_at.
-
#associated_segments ⇒ ::Array[Types::AssociatedSegment]
Returns the value of attribute associated_segments.
-
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
-
#destination_role_arn ⇒ ::String
Returns the value of attribute destination_role_arn.
-
#disassociated_at ⇒ ::Time
Returns the value of attribute disassociated_at.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#state ⇒ "RUNNING", ...
Returns the value of attribute state.
Instance Attribute Details
#associated_at ⇒ ::Time
Returns the value of attribute associated_at.
1504 1505 1506 |
# File 'sig/types.rbs', line 1504 def associated_at @associated_at end |
#associated_segments ⇒ ::Array[Types::AssociatedSegment]
Returns the value of attribute associated_segments.
1505 1506 1507 |
# File 'sig/types.rbs', line 1505 def associated_segments @associated_segments end |
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
1507 1508 1509 |
# File 'sig/types.rbs', line 1507 def destination_arn @destination_arn end |
#destination_role_arn ⇒ ::String
Returns the value of attribute destination_role_arn.
1508 1509 1510 |
# File 'sig/types.rbs', line 1508 def destination_role_arn @destination_role_arn end |
#disassociated_at ⇒ ::Time
Returns the value of attribute disassociated_at.
1510 1511 1512 |
# File 'sig/types.rbs', line 1510 def disassociated_at @disassociated_at end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1506 1507 1508 |
# File 'sig/types.rbs', line 1506 def domain_name @domain_name end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
1511 1512 1513 |
# File 'sig/types.rbs', line 1511 def failure_reason @failure_reason end |
#state ⇒ "RUNNING", ...
Returns the value of attribute state.
1509 1510 1511 |
# File 'sig/types.rbs', line 1509 def state @state end |