Class: Aws::Types::GetSegmentSnapshotResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_format"CSV", ...

Returns the value of attribute data_format.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1452
1453
1454
# File 'sig/types.rbs', line 1452

def snapshot_id
  @snapshot_id
end

#status"COMPLETED", ...

Returns the value of attribute status.

Returns:

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


1453
1454
1455
# File 'sig/types.rbs', line 1453

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1454
1455
1456
# File 'sig/types.rbs', line 1454

def status_message
  @status_message
end