Class: Aws::Types::DescribeAccountAttributesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAccountAttributesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_names ⇒ ::Array[("supported-platforms" | "default-vpc")]
Returns the value of attribute attribute_names.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
Instance Attribute Details
#attribute_names ⇒ ::Array[("supported-platforms" | "default-vpc")]
Returns the value of attribute attribute_names.
5102 5103 5104 |
# File 'sig/types.rbs', line 5102 def attribute_names @attribute_names end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
5101 5102 5103 |
# File 'sig/types.rbs', line 5101 def dry_run @dry_run end |