Class: Aws::Types::DescribeImageAttributeRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeImageAttributeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute ⇒ "description", ...
Returns the value of attribute attribute.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
Instance Attribute Details
#attribute ⇒ "description", ...
Returns the value of attribute attribute.
6060 6061 6062 |
# File 'sig/types.rbs', line 6060 def attribute @attribute end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
6062 6063 6064 |
# File 'sig/types.rbs', line 6062 def dry_run @dry_run end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
6061 6062 6063 |
# File 'sig/types.rbs', line 6061 def image_id @image_id end |