Class: Aws::Types::ExportImageTask
- Inherits:
-
Object
- Object
- Aws::Types::ExportImageTask
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ami_description ⇒ ::String
Returns the value of attribute ami_description.
-
#ami_id ⇒ ::String
Returns the value of attribute ami_id.
-
#ami_name ⇒ ::String
Returns the value of attribute ami_name.
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#error_details ⇒ ::Array[Types::ErrorDetails]
Returns the value of attribute error_details.
-
#image_arn ⇒ ::String
Returns the value of attribute image_arn.
-
#state ⇒ "EXPORTING", ...
Returns the value of attribute state.
-
#tag_specifications ⇒ ::Hash[::String, ::String]
Returns the value of attribute tag_specifications.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
Instance Attribute Details
#ami_description ⇒ ::String
Returns the value of attribute ami_description.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def ami_description @ami_description end |
#ami_id ⇒ ::String
Returns the value of attribute ami_id.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def ami_id @ami_id end |
#ami_name ⇒ ::String
Returns the value of attribute ami_name.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def ami_name @ami_name end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def created_date @created_date end |
#error_details ⇒ ::Array[Types::ErrorDetails]
Returns the value of attribute error_details.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def error_details @error_details end |
#image_arn ⇒ ::String
Returns the value of attribute image_arn.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def image_arn @image_arn end |
#state ⇒ "EXPORTING", ...
Returns the value of attribute state.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def state @state end |
#tag_specifications ⇒ ::Hash[::String, ::String]
Returns the value of attribute tag_specifications.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def tag_specifications @tag_specifications end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def task_id @task_id end |