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.
6520 6521 6522 6523 6524 6525 6526 6527 6528 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6520 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.
6520 6521 6522 6523 6524 6525 6526 6527 6528 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6520 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.
6520 6521 6522 6523 6524 6525 6526 6527 6528 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6520 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.
6520 6521 6522 6523 6524 6525 6526 6527 6528 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6520 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.
6520 6521 6522 6523 6524 6525 6526 6527 6528 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6520 class CreateActionConnectorResponse < Struct.new( :arn, :creation_status, :action_connector_id, :request_id, :status) SENSITIVE = [] include Aws::Structure end |