Class: Aws::QuickSight::Types::CreateActionConnectorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CreateActionConnectorResponse
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_connector_id ⇒ String
The unique identifier of the created action connector.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the created action connector.
-
#creation_status ⇒ String
The creation status of the action connector.
-
#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_id ⇒ String
The unique identifier of the created action connector.
7621 7622 7623 7624 7625 7626 7627 7628 7629 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7621 class CreateActionConnectorResponse < Struct.new( :arn, :creation_status, :action_connector_id, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the created action connector.
7621 7622 7623 7624 7625 7626 7627 7628 7629 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7621 class CreateActionConnectorResponse < Struct.new( :arn, :creation_status, :action_connector_id, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#creation_status ⇒ String
The creation status of the action connector.
7621 7622 7623 7624 7625 7626 7627 7628 7629 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7621 class CreateActionConnectorResponse < Struct.new( :arn, :creation_status, :action_connector_id, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
7621 7622 7623 7624 7625 7626 7627 7628 7629 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7621 class CreateActionConnectorResponse < Struct.new( :arn, :creation_status, :action_connector_id, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status code of the request.
7621 7622 7623 7624 7625 7626 7627 7628 7629 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7621 class CreateActionConnectorResponse < Struct.new( :arn, :creation_status, :action_connector_id, :request_id, :status) SENSITIVE = [] include Aws::Structure end |