Class: Aws::Types::GetCoipPoolUsageRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCoipPoolUsageRequest
- 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.
-
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
10114 10115 10116 |
# File 'sig/types.rbs', line 10114 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
10111 10112 10113 |
# File 'sig/types.rbs', line 10111 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
10112 10113 10114 |
# File 'sig/types.rbs', line 10112 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
10113 10114 10115 |
# File 'sig/types.rbs', line 10113 def next_token @next_token end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
10110 10111 10112 |
# File 'sig/types.rbs', line 10110 def pool_id @pool_id end |