Class: Aws::Types::StartReadSetExportJobRequest

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)


2156
2157
2158
# File 'sig/types.rbs', line 2156

def client_token
  @client_token
end

#destination::String

Returns the value of attribute destination.

Returns:

  • (::String)


2154
2155
2156
# File 'sig/types.rbs', line 2154

def destination
  @destination
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2155
2156
2157
# File 'sig/types.rbs', line 2155

def role_arn
  @role_arn
end

#sequence_store_id::String

Returns the value of attribute sequence_store_id.

Returns:

  • (::String)


2153
2154
2155
# File 'sig/types.rbs', line 2153

def sequence_store_id
  @sequence_store_id
end

#sources::Array[Types::ExportReadSet]

Returns the value of attribute sources.

Returns:



2157
2158
2159
# File 'sig/types.rbs', line 2157

def sources
  @sources
end