Class: Aws::QuickSight::Types::ActionConnectorSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ActionConnectorSummary
- 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
-
#action_connector_id ⇒ String
The unique identifier of the action connector.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the action connector.
-
#created_time ⇒ Time
The date and time when the action connector was created.
-
#error ⇒ Types::ActionConnectorError
Error information if the action connector is in an error state.
-
#last_updated_time ⇒ Time
The date and time when the action connector was last updated.
-
#name ⇒ String
The name of the action connector.
-
#status ⇒ String
The current status of the action connector.
-
#type ⇒ String
The type of action connector (e.g., SALESFORCE, JIRA, CUSTOM, BEDROCK).
Instance Attribute Details
#action_connector_id ⇒ String
The unique identifier of the action connector.
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 |
#arn ⇒ String
The Amazon Resource Name (ARN) of the action connector.
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_time ⇒ Time
The date and time when the action connector was created.
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 |
#error ⇒ Types::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_time ⇒ Time
The date and time when the action connector was last updated.
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 |
#name ⇒ String
The name of the action connector.
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 |
#status ⇒ String
The current status of the action connector.
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 |
#type ⇒ String
The type of action connector (e.g., SALESFORCE, JIRA, CUSTOM, BEDROCK).
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 |