Class: Aws::Types::DescribeVpcsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVpcsRequest
- 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.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#vpc_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_ids.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8153 8154 8155 |
# File 'sig/types.rbs', line 8153 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
8149 8150 8151 |
# File 'sig/types.rbs', line 8149 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
8152 8153 8154 |
# File 'sig/types.rbs', line 8152 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
8151 8152 8153 |
# File 'sig/types.rbs', line 8151 def next_token @next_token end |
#vpc_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_ids.
8150 8151 8152 |
# File 'sig/types.rbs', line 8150 def vpc_ids @vpc_ids end |