Class: Aws::Types::VariantImportJobItem
- Inherits:
-
Object
- Object
- Aws::Types::VariantImportJobItem
- 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.
Instance Attribute Details
#annotation_fields ⇒ ::Hash[::String, ::String]
Returns the value of attribute annotation_fields.
2539 2540 2541 |
# File 'sig/types.rbs', line 2539 def annotation_fields @annotation_fields end |
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
2537 2538 2539 |
# File 'sig/types.rbs', line 2537 def completion_time @completion_time end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
2535 2536 2537 |
# File 'sig/types.rbs', line 2535 def creation_time @creation_time end |
#destination_name ⇒ ::String
Returns the value of attribute destination_name.
2532 2533 2534 |
# File 'sig/types.rbs', line 2532 def destination_name @destination_name end |
#id ⇒ ::String
Returns the value of attribute id.
2531 2532 2533 |
# File 'sig/types.rbs', line 2531 def id @id end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2533 2534 2535 |
# File 'sig/types.rbs', line 2533 def role_arn @role_arn end |
#run_left_normalization ⇒ Boolean
Returns the value of attribute run_left_normalization.
2538 2539 2540 |
# File 'sig/types.rbs', line 2538 def run_left_normalization @run_left_normalization end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
2534 2535 2536 |
# File 'sig/types.rbs', line 2534 def status @status end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
2536 2537 2538 |
# File 'sig/types.rbs', line 2536 def update_time @update_time end |