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.
7880 7881 7882 |
# File 'sig/types.rbs', line 7880 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
7876 7877 7878 |
# File 'sig/types.rbs', line 7876 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7879 7880 7881 |
# File 'sig/types.rbs', line 7879 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7878 7879 7880 |
# File 'sig/types.rbs', line 7878 def next_token @next_token end |
#vpc_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_ids.
7877 7878 7879 |
# File 'sig/types.rbs', line 7877 def vpc_ids @vpc_ids end |