Class: Aws::Types::GetAnnotationImportResponse

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:



751
752
753
# File 'sig/types.rbs', line 751

def annotation_fields
  @annotation_fields
end

#completion_time::Time

Returns the value of attribute completion_time.

Returns:



747
748
749
# File 'sig/types.rbs', line 747

def completion_time
  @completion_time
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



745
746
747
# File 'sig/types.rbs', line 745

def creation_time
  @creation_time
end

#destination_name::String

Returns the value of attribute destination_name.

Returns:



740
741
742
# File 'sig/types.rbs', line 740

def destination_name
  @destination_name
end

#format_optionsTypes::FormatOptions

Returns the value of attribute format_options.

Returns:



750
751
752
# File 'sig/types.rbs', line 750

def format_options
  @format_options
end

#id::String

Returns the value of attribute id.

Returns:



739
740
741
# File 'sig/types.rbs', line 739

def id
  @id
end

#items::Array[Types::AnnotationImportItemDetail]

Returns the value of attribute items.

Returns:



748
749
750
# File 'sig/types.rbs', line 748

def items
  @items
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:



742
743
744
# File 'sig/types.rbs', line 742

def role_arn
  @role_arn
end

#run_left_normalizationBoolean

Returns the value of attribute run_left_normalization.

Returns:



749
750
751
# File 'sig/types.rbs', line 749

def run_left_normalization
  @run_left_normalization
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:



743
744
745
# File 'sig/types.rbs', line 743

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:



744
745
746
# File 'sig/types.rbs', line 744

def status_message
  @status_message
end

#update_time::Time

Returns the value of attribute update_time.

Returns:



746
747
748
# File 'sig/types.rbs', line 746

def update_time
  @update_time
end

#version_name::String

Returns the value of attribute version_name.

Returns:



741
742
743
# File 'sig/types.rbs', line 741

def version_name
  @version_name
end