Class: Aws::Types::DescribeVpcClassicLinkRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVpcClassicLinkRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#vpc_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_ids.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
7727 7728 7729 |
# File 'sig/types.rbs', line 7727 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
7729 7730 7731 |
# File 'sig/types.rbs', line 7729 def filters @filters end |
#vpc_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_ids.
7728 7729 7730 |
# File 'sig/types.rbs', line 7728 def vpc_ids @vpc_ids end |