Class: Aws::QuickSight::Types::UpdateActionConnectorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateActionConnectorResponse
- 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 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.
41349 41350 41351 41352 41353 41354 41355 41356 41357 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 41349 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.
41349 41350 41351 41352 41353 41354 41355 41356 41357 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 41349 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.
41349 41350 41351 41352 41353 41354 41355 41356 41357 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 41349 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.
41349 41350 41351 41352 41353 41354 41355 41356 41357 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 41349 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.
41349 41350 41351 41352 41353 41354 41355 41356 41357 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 41349 class UpdateActionConnectorResponse < Struct.new( :arn, :action_connector_id, :request_id, :update_status, :status) SENSITIVE = [] include Aws::Structure end |