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.
10849 10850 10851 |
# File 'sig/types.rbs', line 10849 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
10847 10848 10849 |
# File 'sig/types.rbs', line 10847 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
10851 10852 10853 |
# File 'sig/types.rbs', line 10851 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
10850 10851 10852 |
# File 'sig/types.rbs', line 10850 def next_token @next_token end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
10848 10849 10850 |
# File 'sig/types.rbs', line 10848 def subnet_id @subnet_id end |