Class: Aws::IoT::Types::ListBillingGroupsRequest

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

#max_resultsInteger

The maximum number of results to return per request.

Returns:

  • (Integer)


9446
9447
9448
9449
9450
9451
9452
# File 'lib/aws-sdk-iot/types.rb', line 9446

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

#name_prefix_filterString

Limit the results to billing groups whose names have the given prefix.

Returns:

  • (String)


9446
9447
9448
9449
9450
9451
9452
# File 'lib/aws-sdk-iot/types.rb', line 9446

class ListBillingGroupsRequest < Struct.new(
  :next_token,
  :max_results,
  :name_prefix_filter)
  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)


9446
9447
9448
9449
9450
9451
9452
# File 'lib/aws-sdk-iot/types.rb', line 9446

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