Class: Aws::IoT::Types::ListThingsInBillingGroupRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#billing_group_nameString

The name of the billing group.

Returns:

  • (String)


11782
11783
11784
11785
11786
11787
11788
# File 'lib/aws-sdk-iot/types.rb', line 11782

class ListThingsInBillingGroupRequest < Struct.new(
  :billing_group_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return per request.

Returns:

  • (Integer)


11782
11783
11784
11785
11786
11787
11788
# File 'lib/aws-sdk-iot/types.rb', line 11782

class ListThingsInBillingGroupRequest < Struct.new(
  :billing_group_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

To retrieve the next set of results, the ‘nextToken` value from a previous response; otherwise null to receive the first set of results.

Returns:

  • (String)


11782
11783
11784
11785
11786
11787
11788
# File 'lib/aws-sdk-iot/types.rb', line 11782

class ListThingsInBillingGroupRequest < Struct.new(
  :billing_group_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end