Class: Aws::IoTManagedIntegrations::Types::ListManagedThingAccountAssociationsRequest

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

#account_association_idString

The identifier of the account association to filter results by. When specified, only associations with this account association ID will be returned.

Returns:

  • (String)


2953
2954
2955
2956
2957
2958
2959
2960
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2953

class ListManagedThingAccountAssociationsRequest < Struct.new(
  :managed_thing_id,
  :account_association_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#managed_thing_idString

The identifier of the managed thing to list account associations for.

Returns:

  • (String)


2953
2954
2955
2956
2957
2958
2959
2960
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2953

class ListManagedThingAccountAssociationsRequest < Struct.new(
  :managed_thing_id,
  :account_association_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of account associations to return in a single response.

Returns:

  • (Integer)


2953
2954
2955
2956
2957
2958
2959
2960
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2953

class ListManagedThingAccountAssociationsRequest < Struct.new(
  :managed_thing_id,
  :account_association_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token used for pagination of results.

Returns:

  • (String)


2953
2954
2955
2956
2957
2958
2959
2960
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2953

class ListManagedThingAccountAssociationsRequest < Struct.new(
  :managed_thing_id,
  :account_association_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end