Class: Aws::Types::StartVariantImportRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartVariantImportRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#annotation_fields ⇒ ::Hash[::String, ::String]
Returns the value of attribute annotation_fields.
-
#destination_name ⇒ ::String
Returns the value of attribute destination_name.
-
#items ⇒ ::Array[Types::VariantImportItemSource]
Returns the value of attribute items.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#run_left_normalization ⇒ Boolean
Returns the value of attribute run_left_normalization.
Instance Attribute Details
#annotation_fields ⇒ ::Hash[::String, ::String]
Returns the value of attribute annotation_fields.
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.
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.
2286 2287 2288 |
# File 'sig/types.rbs', line 2286 def items @items end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2285 2286 2287 |
# File 'sig/types.rbs', line 2285 def role_arn @role_arn end |
#run_left_normalization ⇒ Boolean
Returns the value of attribute run_left_normalization.
2287 2288 2289 |
# File 'sig/types.rbs', line 2287 def run_left_normalization @run_left_normalization end |