Class: Aws::QuickSight::Types::ActionConnector

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

Overview

Contains detailed information about an action connector, including its configuration, status, and enabled actions.

Constant Summary collapse

SENSITIVE =
[:name, :description]

Instance Attribute Summary collapse

Instance Attribute Details

#action_connector_idString

The unique identifier of the action connector.

Returns:

  • (String)


245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 245

class ActionConnector < Struct.new(
  :arn,
  :action_connector_id,
  :type,
  :name,
  :created_time,
  :last_updated_time,
  :status,
  :error,
  :description,
  :authentication_config,
  :enabled_actions,
  :vpc_connection_arn)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#arnString

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

Returns:

  • (String)


245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 245

class ActionConnector < Struct.new(
  :arn,
  :action_connector_id,
  :type,
  :name,
  :created_time,
  :last_updated_time,
  :status,
  :error,
  :description,
  :authentication_config,
  :enabled_actions,
  :vpc_connection_arn)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#authentication_configTypes::ReadAuthConfig

The authentication configuration used to connect to the external service.



245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 245

class ActionConnector < Struct.new(
  :arn,
  :action_connector_id,
  :type,
  :name,
  :created_time,
  :last_updated_time,
  :status,
  :error,
  :description,
  :authentication_config,
  :enabled_actions,
  :vpc_connection_arn)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#created_timeTime

The timestamp when the action connector was created.

Returns:

  • (Time)


245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 245

class ActionConnector < Struct.new(
  :arn,
  :action_connector_id,
  :type,
  :name,
  :created_time,
  :last_updated_time,
  :status,
  :error,
  :description,
  :authentication_config,
  :enabled_actions,
  :vpc_connection_arn)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#descriptionString

The description of the action connector.

Returns:

  • (String)


245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 245

class ActionConnector < Struct.new(
  :arn,
  :action_connector_id,
  :type,
  :name,
  :created_time,
  :last_updated_time,
  :status,
  :error,
  :description,
  :authentication_config,
  :enabled_actions,
  :vpc_connection_arn)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#enabled_actionsArray<String>

The list of actions that are enabled for this connector.

Returns:

  • (Array<String>)


245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 245

class ActionConnector < Struct.new(
  :arn,
  :action_connector_id,
  :type,
  :name,
  :created_time,
  :last_updated_time,
  :status,
  :error,
  :description,
  :authentication_config,
  :enabled_actions,
  :vpc_connection_arn)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#errorTypes::ActionConnectorError

Error information if the action connector is in an error state.



245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 245

class ActionConnector < Struct.new(
  :arn,
  :action_connector_id,
  :type,
  :name,
  :created_time,
  :last_updated_time,
  :status,
  :error,
  :description,
  :authentication_config,
  :enabled_actions,
  :vpc_connection_arn)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#last_updated_timeTime

The date and time when the action connector was last updated.

Returns:

  • (Time)


245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 245

class ActionConnector < Struct.new(
  :arn,
  :action_connector_id,
  :type,
  :name,
  :created_time,
  :last_updated_time,
  :status,
  :error,
  :description,
  :authentication_config,
  :enabled_actions,
  :vpc_connection_arn)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#nameString

The name of the action connector.

Returns:

  • (String)


245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 245

class ActionConnector < Struct.new(
  :arn,
  :action_connector_id,
  :type,
  :name,
  :created_time,
  :last_updated_time,
  :status,
  :error,
  :description,
  :authentication_config,
  :enabled_actions,
  :vpc_connection_arn)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#statusString

The current status of the action connector.

Returns:

  • (String)


245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 245

class ActionConnector < Struct.new(
  :arn,
  :action_connector_id,
  :type,
  :name,
  :created_time,
  :last_updated_time,
  :status,
  :error,
  :description,
  :authentication_config,
  :enabled_actions,
  :vpc_connection_arn)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#typeString

The type of action connector.

Returns:

  • (String)


245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 245

class ActionConnector < Struct.new(
  :arn,
  :action_connector_id,
  :type,
  :name,
  :created_time,
  :last_updated_time,
  :status,
  :error,
  :description,
  :authentication_config,
  :enabled_actions,
  :vpc_connection_arn)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#vpc_connection_arnString

The ARN of the VPC connection used for secure connectivity to the external service.

Returns:

  • (String)


245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 245

class ActionConnector < Struct.new(
  :arn,
  :action_connector_id,
  :type,
  :name,
  :created_time,
  :last_updated_time,
  :status,
  :error,
  :description,
  :authentication_config,
  :enabled_actions,
  :vpc_connection_arn)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end