Class: Aws::Types::ExportReadSetDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:



681
682
683
# File 'sig/types.rbs', line 681

def id
  @id
end

#status"NOT_STARTED", ...

Returns the value of attribute status.

Returns:



682
683
684
# File 'sig/types.rbs', line 682

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:



683
684
685
# File 'sig/types.rbs', line 683

def status_message
  @status_message
end