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")


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

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

#destination_uri ⇒ ::String

Returns:

  • (::String)


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

def destination_uri: () -> ::String

#encryption_key ⇒ ::String

Returns:

  • (::String)


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

def encryption_key: () -> ::String

#role_arn ⇒ ::String

Returns:

  • (::String)


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

def role_arn: () -> ::String

#snapshot_id ⇒ ::String

Returns:

  • (::String)


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

def snapshot_id: () -> ::String

#status ⇒ "COMPLETED", ...

Returns:

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


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

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

#status_message ⇒ ::String

Returns:

  • (::String)


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

def status_message: () -> ::String