Class: Aws::QuickSight::Types::UpdateActionConnectorResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_connector_idString

The unique identifier of the updated action connector.

Returns:

  • (String)


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

#arnString

The Amazon Resource Name (ARN) of the updated action connector.

Returns:

  • (String)


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_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


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

#statusInteger

The HTTP status code of the request.

Returns:

  • (Integer)


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_statusString

The status of the update operation.

Returns:

  • (String)


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