Class: Aws::Types::StartReadSetActivationJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2134
2135
2136
# File 'sig/types.rbs', line 2134

def client_token
  @client_token
end

#sequence_store_id::String

Returns the value of attribute sequence_store_id.

Returns:

  • (::String)


2133
2134
2135
# File 'sig/types.rbs', line 2133

def sequence_store_id
  @sequence_store_id
end

#sources::Array[Types::StartReadSetActivationJobSourceItem]

Returns the value of attribute sources.



2135
2136
2137
# File 'sig/types.rbs', line 2135

def sources
  @sources
end