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.
2337 2338 2339 |
# File 'sig/types.rbs', line 2337 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
2338 2339 2340 |
# File 'sig/types.rbs', line 2338 def display_name @display_name end |
#image_name ⇒ ::String
Returns the value of attribute image_name.
2339 2340 2341 |
# File 'sig/types.rbs', line 2339 def image_name @image_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2340 2341 2342 |
# File 'sig/types.rbs', line 2340 def role_arn @role_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2341 2342 2343 |
# File 'sig/types.rbs', line 2341 def @tags end |