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.
10855 10856 10857 |
# File 'sig/types.rbs', line 10855 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
10853 10854 10855 |
# File 'sig/types.rbs', line 10853 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
10857 10858 10859 |
# File 'sig/types.rbs', line 10857 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
10856 10857 10858 |
# File 'sig/types.rbs', line 10856 def next_token @next_token end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
10854 10855 10856 |
# File 'sig/types.rbs', line 10854 def subnet_id @subnet_id end |