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:



9463
9464
9465
9466
9467
9468
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9463

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)


9463
9464
9465
9466
9467
9468
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9463

class ListBillingGroupsResponse < Struct.new(
  :billing_groups,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end