Class: Aws::Types::CreateImageRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateImageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#image_name ⇒ ::String
Returns the value of attribute image_name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2322 2323 2324 |
# File 'sig/types.rbs', line 2322 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
2323 2324 2325 |
# File 'sig/types.rbs', line 2323 def display_name @display_name end |
#image_name ⇒ ::String
Returns the value of attribute image_name.
2324 2325 2326 |
# File 'sig/types.rbs', line 2324 def image_name @image_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2325 2326 2327 |
# File 'sig/types.rbs', line 2325 def role_arn @role_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2326 2327 2328 |
# File 'sig/types.rbs', line 2326 def @tags end |