Module: Aws::CustomerProfiles::Client::_GetSegmentSnapshotResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSegmentSnapshotResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #data_format ⇒ "CSV", ...
- #destination_uri ⇒ ::String
- #encryption_key ⇒ ::String
- #role_arn ⇒ ::String
- #snapshot_id ⇒ ::String
- #status ⇒ "COMPLETED", ...
- #status_message ⇒ ::String
Instance Method Details
#data_format ⇒ "CSV", ...
1150 |
# File 'sig/client.rbs', line 1150 def data_format: () -> ("CSV" | "JSONL" | "ORC") |
#destination_uri ⇒ ::String
1153 |
# File 'sig/client.rbs', line 1153 def destination_uri: () -> ::String |
#encryption_key ⇒ ::String
1151 |
# File 'sig/client.rbs', line 1151 def encryption_key: () -> ::String |
#role_arn ⇒ ::String
1152 |
# File 'sig/client.rbs', line 1152 def role_arn: () -> ::String |
#snapshot_id ⇒ ::String
1147 |
# File 'sig/client.rbs', line 1147 def snapshot_id: () -> ::String |
#status ⇒ "COMPLETED", ...
1148 |
# File 'sig/client.rbs', line 1148 def status: () -> ("COMPLETED" | "IN_PROGRESS" | "FAILED") |
#status_message ⇒ ::String
1149 |
# File 'sig/client.rbs', line 1149 def status_message: () -> ::String |