Class: Aws::IoTManagedIntegrations::Types::ListManagedThingAccountAssociationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::ListManagedThingAccountAssociationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ManagedThingAssociation>
The list of managed thing associations that match the specified criteria, including the managed thing ID and account association ID for each association.
-
#next_token ⇒ String
A token used for pagination of results when there are more account associations than can be returned in a single response.
Instance Attribute Details
#items ⇒ Array<Types::ManagedThingAssociation>
The list of managed thing associations that match the specified criteria, including the managed thing ID and account association ID for each association.
2973 2974 2975 2976 2977 2978 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2973 class ListManagedThingAccountAssociationsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token used for pagination of results when there are more account associations than can be returned in a single response.
2973 2974 2975 2976 2977 2978 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2973 class ListManagedThingAccountAssociationsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |