Class: Aws::QuickSight::Types::UpdateActionConnectorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateActionConnectorResponse
- 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 updated action connector.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the updated action connector.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status code of the request.
-
#update_status ⇒ String
The status of the update operation.
Instance Attribute Details
#action_connector_id ⇒ String
The unique identifier of the updated action connector.
40380 40381 40382 40383 40384 40385 40386 40387 40388 |
# File 'lib/aws-sdk-quicksight/types.rb', line 40380 class UpdateActionConnectorResponse < Struct.new( :arn, :action_connector_id, :request_id, :update_status, :status) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the updated action connector.
40380 40381 40382 40383 40384 40385 40386 40387 40388 |
# File 'lib/aws-sdk-quicksight/types.rb', line 40380 class UpdateActionConnectorResponse < Struct.new( :arn, :action_connector_id, :request_id, :update_status, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
40380 40381 40382 40383 40384 40385 40386 40387 40388 |
# File 'lib/aws-sdk-quicksight/types.rb', line 40380 class UpdateActionConnectorResponse < Struct.new( :arn, :action_connector_id, :request_id, :update_status, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status code of the request.
40380 40381 40382 40383 40384 40385 40386 40387 40388 |
# File 'lib/aws-sdk-quicksight/types.rb', line 40380 class UpdateActionConnectorResponse < Struct.new( :arn, :action_connector_id, :request_id, :update_status, :status) SENSITIVE = [] include Aws::Structure end |
#update_status ⇒ String
The status of the update operation.
40380 40381 40382 40383 40384 40385 40386 40387 40388 |
# File 'lib/aws-sdk-quicksight/types.rb', line 40380 class UpdateActionConnectorResponse < Struct.new( :arn, :action_connector_id, :request_id, :update_status, :status) SENSITIVE = [] include Aws::Structure end |