Class: Aws::Types::ActivateReadSetSourceItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#read_set_id::String

Returns the value of attribute read_set_id.

Returns:

  • (::String)


52
53
54
# File 'sig/types.rbs', line 52

def read_set_id
  @read_set_id
end

#status"NOT_STARTED", ...

Returns the value of attribute status.

Returns:

  • ("NOT_STARTED", "IN_PROGRESS", "FINISHED", "FAILED")


53
54
55
# File 'sig/types.rbs', line 53

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def status_message
  @status_message
end