Class: Aws::Types::StartReadSetActivationJobResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



2143
2144
2145
# File 'sig/types.rbs', line 2143

def creation_time
  @creation_time
end

#id::String

Returns the value of attribute id.

Returns:



2140
2141
2142
# File 'sig/types.rbs', line 2140

def id
  @id
end

#sequence_store_id::String

Returns the value of attribute sequence_store_id.

Returns:



2141
2142
2143
# File 'sig/types.rbs', line 2141

def sequence_store_id
  @sequence_store_id
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:



2142
2143
2144
# File 'sig/types.rbs', line 2142

def status
  @status
end