Class: Aws::IoT::Types::ListThingsInBillingGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListThingsInBillingGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to get the next set of results.
-
#things ⇒ Array<String>
A list of things in the billing group.
Instance Attribute Details
#next_token ⇒ String
The token to use to get the next set of results. Will not be returned if operation has returned all results.
12496 12497 12498 12499 12500 12501 |
# File 'lib/aws-sdk-iot/types.rb', line 12496 class ListThingsInBillingGroupResponse < Struct.new( :things, :next_token) SENSITIVE = [] include Aws::Structure end |
#things ⇒ Array<String>
A list of things in the billing group.
12496 12497 12498 12499 12500 12501 |
# File 'lib/aws-sdk-iot/types.rb', line 12496 class ListThingsInBillingGroupResponse < Struct.new( :things, :next_token) SENSITIVE = [] include Aws::Structure end |