Class: Aws::Types::StartVariantImportRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#annotation_fields::Hash[::String, ::String]

Returns the value of attribute annotation_fields.

Returns:

  • (::Hash[::String, ::String])


2288
2289
2290
# File 'sig/types.rbs', line 2288

def annotation_fields
  @annotation_fields
end

#destination_name::String

Returns the value of attribute destination_name.

Returns:

  • (::String)


2284
2285
2286
# File 'sig/types.rbs', line 2284

def destination_name
  @destination_name
end

#items::Array[Types::VariantImportItemSource]

Returns the value of attribute items.

Returns:



2286
2287
2288
# File 'sig/types.rbs', line 2286

def items
  @items
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2285
2286
2287
# File 'sig/types.rbs', line 2285

def role_arn
  @role_arn
end

#run_left_normalizationBoolean

Returns the value of attribute run_left_normalization.

Returns:

  • (Boolean)


2287
2288
2289
# File 'sig/types.rbs', line 2287

def run_left_normalization
  @run_left_normalization
end