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.
12720 12721 12722 12723 12724 12725 12726 12727 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12720 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.
12720 12721 12722 12723 12724 12725 12726 12727 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12720 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.
12720 12721 12722 12723 12724 12725 12726 12727 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12720 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.
12720 12721 12722 12723 12724 12725 12726 12727 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12720 class DeleteActionConnectorResponse < Struct.new( :arn, :action_connector_id, :request_id, :status) SENSITIVE = [] include Aws::Structure end |