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.
10406 10407 10408 |
# File 'sig/types.rbs', line 10406 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
10404 10405 10406 |
# File 'sig/types.rbs', line 10404 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
10408 10409 10410 |
# File 'sig/types.rbs', line 10408 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
10407 10408 10409 |
# File 'sig/types.rbs', line 10407 def next_token @next_token end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
10405 10406 10407 |
# File 'sig/types.rbs', line 10405 def subnet_id @subnet_id end |