Class: Aws::QuickSight::Types::DeleteActionConnectorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DeleteActionConnectorResponse
- 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 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.
13667 13668 13669 13670 13671 13672 13673 13674 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13667 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.
13667 13668 13669 13670 13671 13672 13673 13674 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13667 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.
13667 13668 13669 13670 13671 13672 13673 13674 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13667 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.
13667 13668 13669 13670 13671 13672 13673 13674 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13667 class DeleteActionConnectorResponse < Struct.new( :arn, :action_connector_id, :request_id, :status) SENSITIVE = [] include Aws::Structure end |