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