Class: Aws::QuickSight::Types::ActionConnectorSummary

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

Overview

Contains summary information about an action connector, used in list and search operations.

Constant Summary collapse

SENSITIVE =
[:name]

Instance Attribute Summary collapse

Instance Attribute Details

#action_connector_idString

The unique identifier of the action connector.

Returns:

  • (String)


348
349
350
351
352
353
354
355
356
357
358
359
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 348

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

#arnString

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

Returns:

  • (String)


348
349
350
351
352
353
354
355
356
357
358
359
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 348

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

#created_timeTime

The date and time when the action connector was created.

Returns:

  • (Time)


348
349
350
351
352
353
354
355
356
357
358
359
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 348

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

#errorTypes::ActionConnectorError

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



348
349
350
351
352
353
354
355
356
357
358
359
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 348

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

#last_updated_timeTime

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

Returns:

  • (Time)


348
349
350
351
352
353
354
355
356
357
358
359
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 348

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

#nameString

The name of the action connector.

Returns:

  • (String)


348
349
350
351
352
353
354
355
356
357
358
359
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 348

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

#statusString

The current status of the action connector.

Returns:

  • (String)


348
349
350
351
352
353
354
355
356
357
358
359
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 348

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

#typeString

The type of action connector (e.g., SALESFORCE, JIRA, CUSTOM, BEDROCK).

Returns:

  • (String)


348
349
350
351
352
353
354
355
356
357
358
359
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 348

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