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)


41863
41864
41865
41866
41867
41868
41869
41870
41871
# File 'lib/aws-sdk-quicksight/types.rb', line 41863

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)


41863
41864
41865
41866
41867
41868
41869
41870
41871
# File 'lib/aws-sdk-quicksight/types.rb', line 41863

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)


41863
41864
41865
41866
41867
41868
41869
41870
41871
# File 'lib/aws-sdk-quicksight/types.rb', line 41863

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)


41863
41864
41865
41866
41867
41868
41869
41870
41871
# File 'lib/aws-sdk-quicksight/types.rb', line 41863

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)


41863
41864
41865
41866
41867
41868
41869
41870
41871
# File 'lib/aws-sdk-quicksight/types.rb', line 41863

class UpdateActionConnectorResponse < Struct.new(
  :arn,
  :action_connector_id,
  :request_id,
  :update_status,
  :status)
  SENSITIVE = []
  include Aws::Structure
end