Class: Aws::QuickSight::Types::DeleteActionConnectorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DeleteActionConnectorResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_connector_id ⇒ String
The unique identifier of the deleted action connector.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the deleted 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 deleted action connector.
14568 14569 14570 14571 14572 14573 14574 14575 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14568 class DeleteActionConnectorResponse < Struct.new( :arn, :action_connector_id, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the deleted action connector.
14568 14569 14570 14571 14572 14573 14574 14575 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14568 class DeleteActionConnectorResponse < Struct.new( :arn, :action_connector_id, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
14568 14569 14570 14571 14572 14573 14574 14575 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14568 class DeleteActionConnectorResponse < Struct.new( :arn, :action_connector_id, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status code of the request.
14568 14569 14570 14571 14572 14573 14574 14575 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14568 class DeleteActionConnectorResponse < Struct.new( :arn, :action_connector_id, :request_id, :status) SENSITIVE = [] include Aws::Structure end |