Class: Aws::Types::StartAnnotationImportRequest

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])


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.

Returns:

  • (::String)


2117
2118
2119
# File 'sig/types.rbs', line 2117

def destination_name
  @destination_name
end

#format_optionsTypes::FormatOptions

Returns the value of attribute format_options.



2121
2122
2123
# File 'sig/types.rbs', line 2121

def format_options
  @format_options
end

#items::Array[Types::AnnotationImportItemSource]

Returns the value of attribute items.

Returns:



2119
2120
2121
# File 'sig/types.rbs', line 2119

def items
  @items
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2118
2119
2120
# File 'sig/types.rbs', line 2118

def role_arn
  @role_arn
end

#run_left_normalizationBoolean

Returns the value of attribute run_left_normalization.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


2120
2121
2122
# File 'sig/types.rbs', line 2120

def version_name
  @version_name
end