Class: Aws::IoTManagedIntegrations::Types::ListManagedThingAccountAssociationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::ListManagedThingAccountAssociationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_association_id ⇒ String
The identifier of the account association to filter results by.
-
#managed_thing_id ⇒ String
The identifier of the managed thing to list account associations for.
-
#max_results ⇒ Integer
The maximum number of account associations to return in a single response.
-
#next_token ⇒ String
A token used for pagination of results.
Instance Attribute Details
#account_association_id ⇒ String
The identifier of the account association to filter results by. When specified, only associations with this account association ID will be returned.
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_id ⇒ String
The identifier of the managed thing to list account associations for.
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_results ⇒ Integer
The maximum number of account associations to return in a single response.
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_token ⇒ String
A token used for pagination of results.
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 |