Class: Aws::Types::StartReferenceImportJobRequest

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)


2203
2204
2205
# File 'sig/types.rbs', line 2203

def client_token
  @client_token
end

#reference_store_id::String

Returns the value of attribute reference_store_id.

Returns:

  • (::String)


2201
2202
2203
# File 'sig/types.rbs', line 2201

def reference_store_id
  @reference_store_id
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2202
2203
2204
# File 'sig/types.rbs', line 2202

def role_arn
  @role_arn
end

#sources::Array[Types::StartReferenceImportJobSourceItem]

Returns the value of attribute sources.



2204
2205
2206
# File 'sig/types.rbs', line 2204

def sources
  @sources
end