Class: Aws::Types::StartAnnotationImportRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartAnnotationImportRequest
- 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.
-
#format_options ⇒ Types::FormatOptions
Returns the value of attribute format_options.
-
#items ⇒ ::Array[Types::AnnotationImportItemSource]
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.
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
Instance Attribute Details
#annotation_fields ⇒ ::Hash[::String, ::String]
Returns the value of attribute annotation_fields.
2123 2124 2125 |
# File 'sig/types.rbs', line 2123 def annotation_fields @annotation_fields end |
#destination_name ⇒ ::String
Returns the value of attribute destination_name.
2117 2118 2119 |
# File 'sig/types.rbs', line 2117 def destination_name @destination_name end |
#format_options ⇒ Types::FormatOptions
Returns the value of attribute format_options.
2121 2122 2123 |
# File 'sig/types.rbs', line 2121 def end |
#items ⇒ ::Array[Types::AnnotationImportItemSource]
Returns the value of attribute items.
2119 2120 2121 |
# File 'sig/types.rbs', line 2119 def items @items end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2118 2119 2120 |
# File 'sig/types.rbs', line 2118 def role_arn @role_arn end |
#run_left_normalization ⇒ Boolean
Returns the value of attribute run_left_normalization.
2122 2123 2124 |
# File 'sig/types.rbs', line 2122 def run_left_normalization @run_left_normalization end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
2120 2121 2122 |
# File 'sig/types.rbs', line 2120 def version_name @version_name end |