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.
8000 8001 8002 |
# File 'sig/types.rbs', line 8000 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
8002 8003 8004 |
# File 'sig/types.rbs', line 8002 def filters @filters end |
#vpc_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_ids.
8001 8002 8003 |
# File 'sig/types.rbs', line 8001 def vpc_ids @vpc_ids end |