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)


44088
44089
44090
44091
44092
44093
44094
44095
44096
# File 'lib/aws-sdk-quicksight/types.rb', line 44088

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)


44088
44089
44090
44091
44092
44093
44094
44095
44096
# File 'lib/aws-sdk-quicksight/types.rb', line 44088

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)


44088
44089
44090
44091
44092
44093
44094
44095
44096
# File 'lib/aws-sdk-quicksight/types.rb', line 44088

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)


44088
44089
44090
44091
44092
44093
44094
44095
44096
# File 'lib/aws-sdk-quicksight/types.rb', line 44088

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)


44088
44089
44090
44091
44092
44093
44094
44095
44096
# File 'lib/aws-sdk-quicksight/types.rb', line 44088

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