Class: Aws::Types::CreateExportImageTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateExportImageTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ami_description ⇒ ::String
Returns the value of attribute ami_description.
-
#ami_name ⇒ ::String
Returns the value of attribute ami_name.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#image_name ⇒ ::String
Returns the value of attribute image_name.
-
#tag_specifications ⇒ ::Hash[::String, ::String]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#ami_description ⇒ ::String
Returns the value of attribute ami_description.
370 371 372 |
# File 'sig/types.rbs', line 370 def ami_description @ami_description end |
#ami_name ⇒ ::String
Returns the value of attribute ami_name.
367 368 369 |
# File 'sig/types.rbs', line 367 def ami_name @ami_name end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
368 369 370 |
# File 'sig/types.rbs', line 368 def iam_role_arn @iam_role_arn end |
#image_name ⇒ ::String
Returns the value of attribute image_name.
366 367 368 |
# File 'sig/types.rbs', line 366 def image_name @image_name end |
#tag_specifications ⇒ ::Hash[::String, ::String]
Returns the value of attribute tag_specifications.
369 370 371 |
# File 'sig/types.rbs', line 369 def tag_specifications @tag_specifications end |