Class: Aws::Types::DescribeInstanceAttributeRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInstanceAttributeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute ⇒ "instanceType", ...
Returns the value of attribute attribute.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
Instance Attribute Details
#attribute ⇒ "instanceType", ...
Returns the value of attribute attribute.
6241 6242 6243 |
# File 'sig/types.rbs', line 6241 def attribute @attribute end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
6239 6240 6241 |
# File 'sig/types.rbs', line 6239 def dry_run @dry_run end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
6240 6241 6242 |
# File 'sig/types.rbs', line 6240 def instance_id @instance_id end |