Class: Aws::Types::GetIpamPoolCidrsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetIpamPoolCidrsRequest
- 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.
-
#ipam_pool_id ⇒ ::String
Returns the value of attribute ipam_pool_id.
-
#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.
10118 10119 10120 |
# File 'sig/types.rbs', line 10118 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
10120 10121 10122 |
# File 'sig/types.rbs', line 10120 def filters @filters end |
#ipam_pool_id ⇒ ::String
Returns the value of attribute ipam_pool_id.
10119 10120 10121 |
# File 'sig/types.rbs', line 10119 def ipam_pool_id @ipam_pool_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
10121 10122 10123 |
# File 'sig/types.rbs', line 10121 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
10122 10123 10124 |
# File 'sig/types.rbs', line 10122 def next_token @next_token end |