Module: Aws::CustomerProfiles::Client::_GetSegmentSnapshotResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetSegmentSnapshotResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#data_format"CSV", ...

Returns:

  • ("CSV", "JSONL", "ORC")


1118
# File 'sig/client.rbs', line 1118

def data_format: () -> ("CSV" | "JSONL" | "ORC")

#destination_uri::String

Returns:

  • (::String)


1121
# File 'sig/client.rbs', line 1121

def destination_uri: () -> ::String

#encryption_key::String

Returns:

  • (::String)


1119
# File 'sig/client.rbs', line 1119

def encryption_key: () -> ::String

#role_arn::String

Returns:

  • (::String)


1120
# File 'sig/client.rbs', line 1120

def role_arn: () -> ::String

#snapshot_id::String

Returns:

  • (::String)


1115
# File 'sig/client.rbs', line 1115

def snapshot_id: () -> ::String

#status"COMPLETED", ...

Returns:

  • ("COMPLETED", "IN_PROGRESS", "FAILED")


1116
# File 'sig/client.rbs', line 1116

def status: () -> ("COMPLETED" | "IN_PROGRESS" | "FAILED")

#status_message::String

Returns:

  • (::String)


1117
# File 'sig/client.rbs', line 1117

def status_message: () -> ::String