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.
39320 39321 39322 39323 39324 39325 39326 39327 39328 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39320 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.
39320 39321 39322 39323 39324 39325 39326 39327 39328 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39320 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.
39320 39321 39322 39323 39324 39325 39326 39327 39328 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39320 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.
39320 39321 39322 39323 39324 39325 39326 39327 39328 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39320 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.
39320 39321 39322 39323 39324 39325 39326 39327 39328 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39320 class UpdateActionConnectorResponse < Struct.new( :arn, :action_connector_id, :request_id, :update_status, :status) SENSITIVE = [] include Aws::Structure end |