Class: Aws::Types::GetSubnetCidrReservationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetSubnetCidrReservationsRequest
- 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.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
10631 10632 10633 |
# File 'sig/types.rbs', line 10631 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
10629 10630 10631 |
# File 'sig/types.rbs', line 10629 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
10633 10634 10635 |
# File 'sig/types.rbs', line 10633 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
10632 10633 10634 |
# File 'sig/types.rbs', line 10632 def next_token @next_token end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
10630 10631 10632 |
# File 'sig/types.rbs', line 10630 def subnet_id @subnet_id end |