Class: Aws::IoTManagedIntegrations::Types::ListManagedThingAccountAssociationsResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<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.

Returns:



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_tokenString

A token used for pagination of results when there are more account associations than can be returned in a single response.

Returns:

  • (String)


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