Class: Aws::IoTManagedIntegrations::Types::ListAccountAssociationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::ListAccountAssociationsResponse
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::AccountAssociationItem>
The list of account associations that match the specified criteria.
-
#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::AccountAssociationItem>
The list of account associations that match the specified criteria.
2780 2781 2782 2783 2784 2785 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2780 class ListAccountAssociationsResponse < 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.
2780 2781 2782 2783 2784 2785 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2780 class ListAccountAssociationsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |