Class: Aws::Types::DescribeEgressOnlyInternetGatewaysRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEgressOnlyInternetGatewaysRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#egress_only_internet_gateway_ids ⇒ ::Array[::String]
Returns the value of attribute egress_only_internet_gateway_ids.
-
#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.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
5573 5574 5575 |
# File 'sig/types.rbs', line 5573 def dry_run @dry_run end |
#egress_only_internet_gateway_ids ⇒ ::Array[::String]
Returns the value of attribute egress_only_internet_gateway_ids.
5574 5575 5576 |
# File 'sig/types.rbs', line 5574 def egress_only_internet_gateway_ids @egress_only_internet_gateway_ids end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
5577 5578 5579 |
# File 'sig/types.rbs', line 5577 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
5575 5576 5577 |
# File 'sig/types.rbs', line 5575 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5576 5577 5578 |
# File 'sig/types.rbs', line 5576 def next_token @next_token end |