Class: Aws::IoT::Types::ListBillingGroupsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#billing_groupsArray<Types::GroupNameAndArn>

The list of billing groups.

Returns:



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_tokenString

The token to use to get the next set of results, or null if there are no additional results.

Returns:

  • (String)


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