Class: Aws::IoT::Types::ListBillingGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListBillingGroupsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#billing_groups ⇒ Array<Types::GroupNameAndArn>
The list of billing groups.
-
#next_token ⇒ String
The token to use to get the next set of results, or null if there are no additional results.
Instance Attribute Details
#billing_groups ⇒ Array<Types::GroupNameAndArn>
The list of billing groups.
9788 9789 9790 9791 9792 9793 |
# File 'lib/aws-sdk-iot/types.rb', line 9788 class ListBillingGroupsResponse < Struct.new( :billing_groups, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to get the next set of results, or null if there are no additional results.
9788 9789 9790 9791 9792 9793 |
# File 'lib/aws-sdk-iot/types.rb', line 9788 class ListBillingGroupsResponse < Struct.new( :billing_groups, :next_token) SENSITIVE = [] include Aws::Structure end |