Class: Aws::QuickSight::Types::ListActionConnectorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListActionConnectorsResponse
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_connector_summaries ⇒ Array<Types::ActionConnectorSummary>
A list of action connector summaries containing basic information about each connector.
-
#next_token ⇒ String
A pagination token to retrieve the next set of results.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status code of the request.
Instance Attribute Details
#action_connector_summaries ⇒ Array<Types::ActionConnectorSummary>
A list of action connector summaries containing basic information about each connector.
23770 23771 23772 23773 23774 23775 23776 23777 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23770 class ListActionConnectorsResponse < Struct.new( :action_connector_summaries, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token to retrieve the next set of results. If null, there are no more results to retrieve.
23770 23771 23772 23773 23774 23775 23776 23777 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23770 class ListActionConnectorsResponse < Struct.new( :action_connector_summaries, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
23770 23771 23772 23773 23774 23775 23776 23777 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23770 class ListActionConnectorsResponse < Struct.new( :action_connector_summaries, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status code of the request.
23770 23771 23772 23773 23774 23775 23776 23777 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23770 class ListActionConnectorsResponse < Struct.new( :action_connector_summaries, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |