Class: Aws::IoT::Types::ListThingsInBillingGroupResponse

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

#next_tokenString

The token to use to get the next set of results. Will not be returned if operation has returned all results.

Returns:

  • (String)


11307
11308
11309
11310
11311
11312
# File 'lib/aws-sdk-iot/types.rb', line 11307

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

#thingsArray<String>

A list of things in the billing group.

Returns:

  • (Array<String>)


11307
11308
11309
11310
11311
11312
# File 'lib/aws-sdk-iot/types.rb', line 11307

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