Class: Aws::Types::GetSegmentSnapshotResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSegmentSnapshotResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_format ⇒ "CSV", ...
Returns the value of attribute data_format.
-
#destination_uri ⇒ ::String
Returns the value of attribute destination_uri.
-
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
-
#status ⇒ "COMPLETED", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#data_format ⇒ "CSV", ...
Returns the value of attribute data_format.
1455 1456 1457 |
# File 'sig/types.rbs', line 1455 def data_format @data_format end |
#destination_uri ⇒ ::String
Returns the value of attribute destination_uri.
1458 1459 1460 |
# File 'sig/types.rbs', line 1458 def destination_uri @destination_uri end |
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
1456 1457 1458 |
# File 'sig/types.rbs', line 1456 def encryption_key @encryption_key end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1457 1458 1459 |
# File 'sig/types.rbs', line 1457 def role_arn @role_arn end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
1452 1453 1454 |
# File 'sig/types.rbs', line 1452 def snapshot_id @snapshot_id end |
#status ⇒ "COMPLETED", ...
Returns the value of attribute status.
1453 1454 1455 |
# File 'sig/types.rbs', line 1453 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1454 1455 1456 |
# File 'sig/types.rbs', line 1454 def @status_message end |