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.
42214 42215 42216 42217 42218 42219 42220 42221 42222 |
# File 'lib/aws-sdk-quicksight/types.rb', line 42214 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.
42214 42215 42216 42217 42218 42219 42220 42221 42222 |
# File 'lib/aws-sdk-quicksight/types.rb', line 42214 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.
42214 42215 42216 42217 42218 42219 42220 42221 42222 |
# File 'lib/aws-sdk-quicksight/types.rb', line 42214 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.
42214 42215 42216 42217 42218 42219 42220 42221 42222 |
# File 'lib/aws-sdk-quicksight/types.rb', line 42214 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.
42214 42215 42216 42217 42218 42219 42220 42221 42222 |
# File 'lib/aws-sdk-quicksight/types.rb', line 42214 class UpdateActionConnectorResponse < Struct.new( :arn, :action_connector_id, :request_id, :update_status, :status) SENSITIVE = [] include Aws::Structure end |