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.
9782 9783 9784 |
# File 'sig/types.rbs', line 9782 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
9779 9780 9781 |
# File 'sig/types.rbs', line 9779 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
9780 9781 9782 |
# File 'sig/types.rbs', line 9780 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
9781 9782 9783 |
# File 'sig/types.rbs', line 9781 def next_token @next_token end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
9778 9779 9780 |
# File 'sig/types.rbs', line 9778 def pool_id @pool_id end |