Class: Aws::Types::ListThingsInBillingGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListThingsInBillingGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#billing_group_name ⇒ ::String
Returns the value of attribute billing_group_name.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#billing_group_name ⇒ ::String
Returns the value of attribute billing_group_name.
3741 3742 3743 |
# File 'sig/types.rbs', line 3741 def billing_group_name @billing_group_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3743 3744 3745 |
# File 'sig/types.rbs', line 3743 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3742 3743 3744 |
# File 'sig/types.rbs', line 3742 def next_token @next_token end |