Class: Aws::Types::AnnotationImportJobItem
- Inherits:
-
Object
- Object
- Aws::Types::AnnotationImportJobItem
- 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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#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.
-
#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.
79 80 81 |
# File 'sig/types.rbs', line 79 def annotation_fields @annotation_fields end |
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
77 78 79 |
# File 'sig/types.rbs', line 77 def completion_time @completion_time end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
75 76 77 |
# File 'sig/types.rbs', line 75 def creation_time @creation_time end |
#destination_name ⇒ ::String
Returns the value of attribute destination_name.
71 72 73 |
# File 'sig/types.rbs', line 71 def destination_name @destination_name end |
#id ⇒ ::String
Returns the value of attribute id.
70 71 72 |
# File 'sig/types.rbs', line 70 def id @id end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
73 74 75 |
# File 'sig/types.rbs', line 73 def role_arn @role_arn end |
#run_left_normalization ⇒ Boolean
Returns the value of attribute run_left_normalization.
78 79 80 |
# File 'sig/types.rbs', line 78 def run_left_normalization @run_left_normalization end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
74 75 76 |
# File 'sig/types.rbs', line 74 def status @status end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
76 77 78 |
# File 'sig/types.rbs', line 76 def update_time @update_time end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
72 73 74 |
# File 'sig/types.rbs', line 72 def version_name @version_name end |