Class: Aws::Types::DescribeVpcAttributeRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVpcAttributeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute ⇒ "enableDnsSupport", ...
Returns the value of attribute attribute.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#attribute ⇒ "enableDnsSupport", ...
Returns the value of attribute attribute.
7674 7675 7676 |
# File 'sig/types.rbs', line 7674 def attribute @attribute end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
7676 7677 7678 |
# File 'sig/types.rbs', line 7676 def dry_run @dry_run end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
7675 7676 7677 |
# File 'sig/types.rbs', line 7675 def vpc_id @vpc_id end |