Class: Aws::IoT::Types::ListBillingGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListBillingGroupsResponse
- Defined in:
- gems/aws-sdk-iot/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.
10392 10393 10394 10395 10396 10397 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10392 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.
10392 10393 10394 10395 10396 10397 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10392 class ListBillingGroupsResponse < Struct.new( :billing_groups, :next_token) SENSITIVE = [] include Aws::Structure end |