Class: Aws::Types::StartReadSetImportJobRequest

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)


2173
2174
2175
# File 'sig/types.rbs', line 2173

def client_token
  @client_token
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2172
2173
2174
# File 'sig/types.rbs', line 2172

def role_arn
  @role_arn
end

#sequence_store_id::String

Returns the value of attribute sequence_store_id.

Returns:

  • (::String)


2171
2172
2173
# File 'sig/types.rbs', line 2171

def sequence_store_id
  @sequence_store_id
end

#sources::Array[Types::StartReadSetImportJobSourceItem]

Returns the value of attribute sources.



2174
2175
2176
# File 'sig/types.rbs', line 2174

def sources
  @sources
end