Class: Aws::Types::GetAnnotationImportResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAnnotationImportResponse
- 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.
-
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#destination_name ⇒ ::String
Returns the value of attribute destination_name.
-
#format_options ⇒ Types::FormatOptions
Returns the value of attribute format_options.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#items ⇒ ::Array[Types::AnnotationImportItemDetail]
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.
-
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
-
#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.
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.
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.
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.
740 741 742 |
# File 'sig/types.rbs', line 740 def destination_name @destination_name end |
#format_options ⇒ Types::FormatOptions
Returns the value of attribute format_options.
750 751 752 |
# File 'sig/types.rbs', line 750 def end |
#id ⇒ ::String
Returns the value of attribute id.
739 740 741 |
# File 'sig/types.rbs', line 739 def id @id end |
#items ⇒ ::Array[Types::AnnotationImportItemDetail]
Returns the value of attribute items.
748 749 750 |
# File 'sig/types.rbs', line 748 def items @items end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
742 743 744 |
# File 'sig/types.rbs', line 742 def role_arn @role_arn end |
#run_left_normalization ⇒ Boolean
Returns the value of attribute run_left_normalization.
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.
743 744 745 |
# File 'sig/types.rbs', line 743 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
744 745 746 |
# File 'sig/types.rbs', line 744 def end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
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.
741 742 743 |
# File 'sig/types.rbs', line 741 def version_name @version_name end |