Class: Aws::Types::GetVariantImportResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetVariantImportResponse
- 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.
-
#items ⇒ ::Array[Types::VariantImportItemDetail]
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.
Instance Attribute Details
#annotation_fields ⇒ ::Hash[::String, ::String]
Returns the value of attribute annotation_fields.
1184 1185 1186 |
# File 'sig/types.rbs', line 1184 def annotation_fields @annotation_fields end |
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
1181 1182 1183 |
# File 'sig/types.rbs', line 1181 def completion_time @completion_time end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1179 1180 1181 |
# File 'sig/types.rbs', line 1179 def creation_time @creation_time end |
#destination_name ⇒ ::String
Returns the value of attribute destination_name.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def destination_name @destination_name end |
#id ⇒ ::String
Returns the value of attribute id.
1174 1175 1176 |
# File 'sig/types.rbs', line 1174 def id @id end |
#items ⇒ ::Array[Types::VariantImportItemDetail]
Returns the value of attribute items.
1182 1183 1184 |
# File 'sig/types.rbs', line 1182 def items @items end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def role_arn @role_arn end |
#run_left_normalization ⇒ Boolean
Returns the value of attribute run_left_normalization.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def run_left_normalization @run_left_normalization end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def @status_message end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
1180 1181 1182 |
# File 'sig/types.rbs', line 1180 def update_time @update_time end |