Class: Aws::CustomerProfiles::Types::ListIntegrationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListIntegrationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The unique name of the domain.
-
#include_hidden ⇒ Boolean
Boolean to indicate if hidden integration should be returned.
-
#max_results ⇒ Integer
The maximum number of objects returned per page.
-
#next_token ⇒ String
The pagination token from the previous ListIntegrations API call.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
4582 4583 4584 4585 4586 4587 4588 4589 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4582 class ListIntegrationsRequest < Struct.new( :domain_name, :next_token, :max_results, :include_hidden) SENSITIVE = [] include Aws::Structure end |
#include_hidden ⇒ Boolean
Boolean to indicate if hidden integration should be returned. Defaults to ‘False`.
4582 4583 4584 4585 4586 4587 4588 4589 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4582 class ListIntegrationsRequest < Struct.new( :domain_name, :next_token, :max_results, :include_hidden) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of objects returned per page.
4582 4583 4584 4585 4586 4587 4588 4589 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4582 class ListIntegrationsRequest < Struct.new( :domain_name, :next_token, :max_results, :include_hidden) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token from the previous ListIntegrations API call.
4582 4583 4584 4585 4586 4587 4588 4589 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4582 class ListIntegrationsRequest < Struct.new( :domain_name, :next_token, :max_results, :include_hidden) SENSITIVE = [] include Aws::Structure end |