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", ...
1118 |
# File 'sig/client.rbs', line 1118
def data_format: () -> ("CSV" | "JSONL" | "ORC")
|
#destination_uri ⇒ ::String
1121 |
# File 'sig/client.rbs', line 1121
def destination_uri: () -> ::String
|
#encryption_key ⇒ ::String
1119 |
# File 'sig/client.rbs', line 1119
def encryption_key: () -> ::String
|
#role_arn ⇒ ::String
1120 |
# File 'sig/client.rbs', line 1120
def role_arn: () -> ::String
|
#snapshot_id ⇒ ::String
1115 |
# File 'sig/client.rbs', line 1115
def snapshot_id: () -> ::String
|
#status ⇒ "COMPLETED", ...
1116 |
# File 'sig/client.rbs', line 1116
def status: () -> ("COMPLETED" | "IN_PROGRESS" | "FAILED")
|
#status_message ⇒ ::String
1117 |
# File 'sig/client.rbs', line 1117
def status_message: () -> ::String
|