Class: Aws::QuickSight::Types::Capabilities
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::Capabilities
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A set of actions that correspond to Amazon Quick Sight permissions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The ability to perform actions in external services through Action connectors.
-
#add_or_run_anomaly_detection_for_analyses ⇒ String
The ability to add or run anomaly detection.
-
#analysis ⇒ String
The ability to perform analysis-related actions.
-
#automate ⇒ String
The ability to perform automate-related actions.
-
#chat_agent ⇒ String
The ability to perform chat-related actions.
-
#create_and_update_dashboard_email_reports ⇒ String
The ability to create and update email reports.
-
#create_and_update_data_sources ⇒ String
The ability to create and update data sources.
-
#create_and_update_datasets ⇒ String
The ability to create and update datasets.
-
#create_and_update_themes ⇒ String
The ability to export to Create and Update themes.
-
#create_and_update_threshold_alerts ⇒ String
The ability to create and update threshold alerts.
-
#create_chat_agents ⇒ String
The ability to create chat agents.
-
#create_shared_folders ⇒ String
The ability to create shared folders.
-
#create_spice_dataset ⇒ String
The ability to create a SPICE dataset.
-
#dashboard ⇒ String
The ability to perform dashboard-related actions.
-
#export_to_csv ⇒ String
The ability to export to CSV files from the UI.
-
#export_to_csv_in_scheduled_reports ⇒ String
The ability to export to CSV files in scheduled email reports.
-
#export_to_excel ⇒ String
The ability to export to Excel files from the UI.
-
#export_to_excel_in_scheduled_reports ⇒ String
The ability to export to Excel files in scheduled email reports.
-
#export_to_pdf ⇒ String
The ability to export to PDF files from the UI.
-
#export_to_pdf_in_scheduled_reports ⇒ String
The ability to export to PDF files in scheduled email reports.
-
#flow ⇒ String
The ability to perform flow-related actions.
-
#include_content_in_scheduled_reports_email ⇒ String
The ability to include content in scheduled email reports.
-
#knowledge_base ⇒ String
The ability to use knowledge bases to specify content from external applications.
-
#perform_flow_ui_task ⇒ String
The ability to use UI Agent step to perform tasks on public websites.
-
#print_reports ⇒ String
The ability to print reports.
-
#publish_without_approval ⇒ String
The ability to enable approvals for flow share.
-
#rename_shared_folders ⇒ String
The ability to rename shared folders.
-
#research ⇒ String
The ability to perform research-related actions.
-
#share_analyses ⇒ String
The ability to share analyses.
-
#share_dashboards ⇒ String
The ability to share dashboards.
-
#share_data_sources ⇒ String
The ability to share data sources.
-
#share_datasets ⇒ String
The ability to share datasets.
-
#space ⇒ String
The ability to perform space-related actions.
-
#subscribe_dashboard_email_reports ⇒ String
The ability to subscribe to email reports.
-
#use_agent_web_search ⇒ String
The ability to use internet to enhance results in Chat Agents, Flows, and Quick Research.
-
#use_bedrock_models ⇒ String
The ability to use Bedrock models for general knowledge step in flows.
-
#view_account_spice_capacity ⇒ String
The ability to view account SPICE capacity.
Instance Attribute Details
#action ⇒ String
The ability to perform actions in external services through Action connectors. Actions allow users to interact with third-party systems.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4472 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :export_to_pdf, :print_reports, :create_and_update_themes, :add_or_run_anomaly_detection_for_analyses, :share_analyses, :create_and_update_datasets, :share_datasets, :subscribe_dashboard_email_reports, :create_and_update_dashboard_email_reports, :share_dashboards, :create_and_update_threshold_alerts, :rename_shared_folders, :create_shared_folders, :create_and_update_data_sources, :share_data_sources, :view_account_spice_capacity, :create_spice_dataset, :export_to_pdf_in_scheduled_reports, :export_to_csv_in_scheduled_reports, :export_to_excel_in_scheduled_reports, :include_content_in_scheduled_reports_email, :dashboard, :analysis, :automate, :flow, :publish_without_approval, :use_bedrock_models, :perform_flow_ui_task, :use_agent_web_search, :knowledge_base, :action, :space, :chat_agent, :create_chat_agents, :research) SENSITIVE = [] include Aws::Structure end |
#add_or_run_anomaly_detection_for_analyses ⇒ String
The ability to add or run anomaly detection.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4472 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :export_to_pdf, :print_reports, :create_and_update_themes, :add_or_run_anomaly_detection_for_analyses, :share_analyses, :create_and_update_datasets, :share_datasets, :subscribe_dashboard_email_reports, :create_and_update_dashboard_email_reports, :share_dashboards, :create_and_update_threshold_alerts, :rename_shared_folders, :create_shared_folders, :create_and_update_data_sources, :share_data_sources, :view_account_spice_capacity, :create_spice_dataset, :export_to_pdf_in_scheduled_reports, :export_to_csv_in_scheduled_reports, :export_to_excel_in_scheduled_reports, :include_content_in_scheduled_reports_email, :dashboard, :analysis, :automate, :flow, :publish_without_approval, :use_bedrock_models, :perform_flow_ui_task, :use_agent_web_search, :knowledge_base, :action, :space, :chat_agent, :create_chat_agents, :research) SENSITIVE = [] include Aws::Structure end |
#analysis ⇒ String
The ability to perform analysis-related actions.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4472 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :export_to_pdf, :print_reports, :create_and_update_themes, :add_or_run_anomaly_detection_for_analyses, :share_analyses, :create_and_update_datasets, :share_datasets, :subscribe_dashboard_email_reports, :create_and_update_dashboard_email_reports, :share_dashboards, :create_and_update_threshold_alerts, :rename_shared_folders, :create_shared_folders, :create_and_update_data_sources, :share_data_sources, :view_account_spice_capacity, :create_spice_dataset, :export_to_pdf_in_scheduled_reports, :export_to_csv_in_scheduled_reports, :export_to_excel_in_scheduled_reports, :include_content_in_scheduled_reports_email, :dashboard, :analysis, :automate, :flow, :publish_without_approval, :use_bedrock_models, :perform_flow_ui_task, :use_agent_web_search, :knowledge_base, :action, :space, :chat_agent, :create_chat_agents, :research) SENSITIVE = [] include Aws::Structure end |
#automate ⇒ String
The ability to perform automate-related actions.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4472 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :export_to_pdf, :print_reports, :create_and_update_themes, :add_or_run_anomaly_detection_for_analyses, :share_analyses, :create_and_update_datasets, :share_datasets, :subscribe_dashboard_email_reports, :create_and_update_dashboard_email_reports, :share_dashboards, :create_and_update_threshold_alerts, :rename_shared_folders, :create_shared_folders, :create_and_update_data_sources, :share_data_sources, :view_account_spice_capacity, :create_spice_dataset, :export_to_pdf_in_scheduled_reports, :export_to_csv_in_scheduled_reports, :export_to_excel_in_scheduled_reports, :include_content_in_scheduled_reports_email, :dashboard, :analysis, :automate, :flow, :publish_without_approval, :use_bedrock_models, :perform_flow_ui_task, :use_agent_web_search, :knowledge_base, :action, :space, :chat_agent, :create_chat_agents, :research) SENSITIVE = [] include Aws::Structure end |
#chat_agent ⇒ String
The ability to perform chat-related actions.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4472 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :export_to_pdf, :print_reports, :create_and_update_themes, :add_or_run_anomaly_detection_for_analyses, :share_analyses, :create_and_update_datasets, :share_datasets, :subscribe_dashboard_email_reports, :create_and_update_dashboard_email_reports, :share_dashboards, :create_and_update_threshold_alerts, :rename_shared_folders, :create_shared_folders, :create_and_update_data_sources, :share_data_sources, :view_account_spice_capacity, :create_spice_dataset, :export_to_pdf_in_scheduled_reports, :export_to_csv_in_scheduled_reports, :export_to_excel_in_scheduled_reports, :include_content_in_scheduled_reports_email, :dashboard, :analysis, :automate, :flow, :publish_without_approval, :use_bedrock_models, :perform_flow_ui_task, :use_agent_web_search, :knowledge_base, :action, :space, :chat_agent, :create_chat_agents, :research) SENSITIVE = [] include Aws::Structure end |
#create_and_update_dashboard_email_reports ⇒ String
The ability to create and update email reports.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4472 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :export_to_pdf, :print_reports, :create_and_update_themes, :add_or_run_anomaly_detection_for_analyses, :share_analyses, :create_and_update_datasets, :share_datasets, :subscribe_dashboard_email_reports, :create_and_update_dashboard_email_reports, :share_dashboards, :create_and_update_threshold_alerts, :rename_shared_folders, :create_shared_folders, :create_and_update_data_sources, :share_data_sources, :view_account_spice_capacity, :create_spice_dataset, :export_to_pdf_in_scheduled_reports, :export_to_csv_in_scheduled_reports, :export_to_excel_in_scheduled_reports, :include_content_in_scheduled_reports_email, :dashboard, :analysis, :automate, :flow, :publish_without_approval, :use_bedrock_models, :perform_flow_ui_task, :use_agent_web_search, :knowledge_base, :action, :space, :chat_agent, :create_chat_agents, :research) SENSITIVE = [] include Aws::Structure end |
#create_and_update_data_sources ⇒ String
The ability to create and update data sources.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4472 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :export_to_pdf, :print_reports, :create_and_update_themes, :add_or_run_anomaly_detection_for_analyses, :share_analyses, :create_and_update_datasets, :share_datasets, :subscribe_dashboard_email_reports, :create_and_update_dashboard_email_reports, :share_dashboards, :create_and_update_threshold_alerts, :rename_shared_folders, :create_shared_folders, :create_and_update_data_sources, :share_data_sources, :view_account_spice_capacity, :create_spice_dataset, :export_to_pdf_in_scheduled_reports, :export_to_csv_in_scheduled_reports, :export_to_excel_in_scheduled_reports, :include_content_in_scheduled_reports_email, :dashboard, :analysis, :automate, :flow, :publish_without_approval, :use_bedrock_models, :perform_flow_ui_task, :use_agent_web_search, :knowledge_base, :action, :space, :chat_agent, :create_chat_agents, :research) SENSITIVE = [] include Aws::Structure end |
#create_and_update_datasets ⇒ String
The ability to create and update datasets.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4472 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :export_to_pdf, :print_reports, :create_and_update_themes, :add_or_run_anomaly_detection_for_analyses, :share_analyses, :create_and_update_datasets, :share_datasets, :subscribe_dashboard_email_reports, :create_and_update_dashboard_email_reports, :share_dashboards, :create_and_update_threshold_alerts, :rename_shared_folders, :create_shared_folders, :create_and_update_data_sources, :share_data_sources, :view_account_spice_capacity, :create_spice_dataset, :export_to_pdf_in_scheduled_reports, :export_to_csv_in_scheduled_reports, :export_to_excel_in_scheduled_reports, :include_content_in_scheduled_reports_email, :dashboard, :analysis, :automate, :flow, :publish_without_approval, :use_bedrock_models, :perform_flow_ui_task, :use_agent_web_search, :knowledge_base, :action, :space, :chat_agent, :create_chat_agents, :research) SENSITIVE = [] include Aws::Structure end |
#create_and_update_themes ⇒ String
The ability to export to Create and Update themes.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4472 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :export_to_pdf, :print_reports, :create_and_update_themes, :add_or_run_anomaly_detection_for_analyses, :share_analyses, :create_and_update_datasets, :share_datasets, :subscribe_dashboard_email_reports, :create_and_update_dashboard_email_reports, :share_dashboards, :create_and_update_threshold_alerts, :rename_shared_folders, :create_shared_folders, :create_and_update_data_sources, :share_data_sources, :view_account_spice_capacity, :create_spice_dataset, :export_to_pdf_in_scheduled_reports, :export_to_csv_in_scheduled_reports, :export_to_excel_in_scheduled_reports, :include_content_in_scheduled_reports_email, :dashboard, :analysis, :automate, :flow, :publish_without_approval, :use_bedrock_models, :perform_flow_ui_task, :use_agent_web_search, :knowledge_base, :action, :space, :chat_agent, :create_chat_agents, :research) SENSITIVE = [] include Aws::Structure end |
#create_and_update_threshold_alerts ⇒ String
The ability to create and update threshold alerts.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4472 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :export_to_pdf, :print_reports, :create_and_update_themes, :add_or_run_anomaly_detection_for_analyses, :share_analyses, :create_and_update_datasets, :share_datasets, :subscribe_dashboard_email_reports, :create_and_update_dashboard_email_reports, :share_dashboards, :create_and_update_threshold_alerts, :rename_shared_folders, :create_shared_folders, :create_and_update_data_sources, :share_data_sources, :view_account_spice_capacity, :create_spice_dataset, :export_to_pdf_in_scheduled_reports, :export_to_csv_in_scheduled_reports, :export_to_excel_in_scheduled_reports, :include_content_in_scheduled_reports_email, :dashboard, :analysis, :automate, :flow, :publish_without_approval, :use_bedrock_models, :perform_flow_ui_task, :use_agent_web_search, :knowledge_base, :action, :space, :chat_agent, :create_chat_agents, :research) SENSITIVE = [] include Aws::Structure end |
#create_chat_agents ⇒ String
The ability to create chat agents.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4472 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :export_to_pdf, :print_reports, :create_and_update_themes, :add_or_run_anomaly_detection_for_analyses, :share_analyses, :create_and_update_datasets, :share_datasets, :subscribe_dashboard_email_reports, :create_and_update_dashboard_email_reports, :share_dashboards, :create_and_update_threshold_alerts, :rename_shared_folders, :create_shared_folders, :create_and_update_data_sources, :share_data_sources, :view_account_spice_capacity, :create_spice_dataset, :export_to_pdf_in_scheduled_reports, :export_to_csv_in_scheduled_reports, :export_to_excel_in_scheduled_reports, :include_content_in_scheduled_reports_email, :dashboard, :analysis, :automate, :flow, :publish_without_approval, :use_bedrock_models, :perform_flow_ui_task, :use_agent_web_search, :knowledge_base, :action, :space, :chat_agent, :create_chat_agents, :research) SENSITIVE = [] include Aws::Structure end |
#create_shared_folders ⇒ String
The ability to create shared folders.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4472 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :export_to_pdf, :print_reports, :create_and_update_themes, :add_or_run_anomaly_detection_for_analyses, :share_analyses, :create_and_update_datasets, :share_datasets, :subscribe_dashboard_email_reports, :create_and_update_dashboard_email_reports, :share_dashboards, :create_and_update_threshold_alerts, :rename_shared_folders, :create_shared_folders, :create_and_update_data_sources, :share_data_sources, :view_account_spice_capacity, :create_spice_dataset, :export_to_pdf_in_scheduled_reports, :export_to_csv_in_scheduled_reports, :export_to_excel_in_scheduled_reports, :include_content_in_scheduled_reports_email, :dashboard, :analysis, :automate, :flow, :publish_without_approval, :use_bedrock_models, :perform_flow_ui_task, :use_agent_web_search, :knowledge_base, :action, :space, :chat_agent, :create_chat_agents, :research) SENSITIVE = [] include Aws::Structure end |
#create_spice_dataset ⇒ String
The ability to create a SPICE dataset.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4472 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :export_to_pdf, :print_reports, :create_and_update_themes, :add_or_run_anomaly_detection_for_analyses, :share_analyses, :create_and_update_datasets, :share_datasets, :subscribe_dashboard_email_reports, :create_and_update_dashboard_email_reports, :share_dashboards, :create_and_update_threshold_alerts, :rename_shared_folders, :create_shared_folders, :create_and_update_data_sources, :share_data_sources, :view_account_spice_capacity, :create_spice_dataset, :export_to_pdf_in_scheduled_reports, :export_to_csv_in_scheduled_reports, :export_to_excel_in_scheduled_reports, :include_content_in_scheduled_reports_email, :dashboard, :analysis, :automate, :flow, :publish_without_approval, :use_bedrock_models, :perform_flow_ui_task, :use_agent_web_search, :knowledge_base, :action, :space, :chat_agent, :create_chat_agents, :research) SENSITIVE = [] include Aws::Structure end |
#dashboard ⇒ String
The ability to perform dashboard-related actions.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4472 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :export_to_pdf, :print_reports, :create_and_update_themes, :add_or_run_anomaly_detection_for_analyses, :share_analyses, :create_and_update_datasets, :share_datasets, :subscribe_dashboard_email_reports, :create_and_update_dashboard_email_reports, :share_dashboards, :create_and_update_threshold_alerts, :rename_shared_folders, :create_shared_folders, :create_and_update_data_sources, :share_data_sources, :view_account_spice_capacity, :create_spice_dataset, :export_to_pdf_in_scheduled_reports, :export_to_csv_in_scheduled_reports, :export_to_excel_in_scheduled_reports, :include_content_in_scheduled_reports_email, :dashboard, :analysis, :automate, :flow, :publish_without_approval, :use_bedrock_models, :perform_flow_ui_task, :use_agent_web_search, :knowledge_base, :action, :space, :chat_agent, :create_chat_agents, :research) SENSITIVE = [] include Aws::Structure end |
#export_to_csv ⇒ String
The ability to export to CSV files from the UI.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4472 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :export_to_pdf, :print_reports, :create_and_update_themes, :add_or_run_anomaly_detection_for_analyses, :share_analyses, :create_and_update_datasets, :share_datasets, :subscribe_dashboard_email_reports, :create_and_update_dashboard_email_reports, :share_dashboards, :create_and_update_threshold_alerts, :rename_shared_folders, :create_shared_folders, :create_and_update_data_sources, :share_data_sources, :view_account_spice_capacity, :create_spice_dataset, :export_to_pdf_in_scheduled_reports, :export_to_csv_in_scheduled_reports, :export_to_excel_in_scheduled_reports, :include_content_in_scheduled_reports_email, :dashboard, :analysis, :automate, :flow, :publish_without_approval, :use_bedrock_models, :perform_flow_ui_task, :use_agent_web_search, :knowledge_base, :action, :space, :chat_agent, :create_chat_agents, :research) SENSITIVE = [] include Aws::Structure end |
#export_to_csv_in_scheduled_reports ⇒ String
The ability to export to CSV files in scheduled email reports.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4472 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :export_to_pdf, :print_reports, :create_and_update_themes, :add_or_run_anomaly_detection_for_analyses, :share_analyses, :create_and_update_datasets, :share_datasets, :subscribe_dashboard_email_reports, :create_and_update_dashboard_email_reports, :share_dashboards, :create_and_update_threshold_alerts, :rename_shared_folders, :create_shared_folders, :create_and_update_data_sources, :share_data_sources, :view_account_spice_capacity, :create_spice_dataset, :export_to_pdf_in_scheduled_reports, :export_to_csv_in_scheduled_reports, :export_to_excel_in_scheduled_reports, :include_content_in_scheduled_reports_email, :dashboard, :analysis, :automate, :flow, :publish_without_approval, :use_bedrock_models, :perform_flow_ui_task, :use_agent_web_search, :knowledge_base, :action, :space, :chat_agent, :create_chat_agents, :research) SENSITIVE = [] include Aws::Structure end |
#export_to_excel ⇒ String
The ability to export to Excel files from the UI.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4472 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :export_to_pdf, :print_reports, :create_and_update_themes, :add_or_run_anomaly_detection_for_analyses, :share_analyses, :create_and_update_datasets, :share_datasets, :subscribe_dashboard_email_reports, :create_and_update_dashboard_email_reports, :share_dashboards, :create_and_update_threshold_alerts, :rename_shared_folders, :create_shared_folders, :create_and_update_data_sources, :share_data_sources, :view_account_spice_capacity, :create_spice_dataset, :export_to_pdf_in_scheduled_reports, :export_to_csv_in_scheduled_reports, :export_to_excel_in_scheduled_reports, :include_content_in_scheduled_reports_email, :dashboard, :analysis, :automate, :flow, :publish_without_approval, :use_bedrock_models, :perform_flow_ui_task, :use_agent_web_search, :knowledge_base, :action, :space, :chat_agent, :create_chat_agents, :research) SENSITIVE = [] include Aws::Structure end |
#export_to_excel_in_scheduled_reports ⇒ String
The ability to export to Excel files in scheduled email reports.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4472 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :export_to_pdf, :print_reports, :create_and_update_themes, :add_or_run_anomaly_detection_for_analyses, :share_analyses, :create_and_update_datasets, :share_datasets, :subscribe_dashboard_email_reports, :create_and_update_dashboard_email_reports, :share_dashboards, :create_and_update_threshold_alerts, :rename_shared_folders, :create_shared_folders, :create_and_update_data_sources, :share_data_sources, :view_account_spice_capacity, :create_spice_dataset, :export_to_pdf_in_scheduled_reports, :export_to_csv_in_scheduled_reports, :export_to_excel_in_scheduled_reports, :include_content_in_scheduled_reports_email, :dashboard, :analysis, :automate, :flow, :publish_without_approval, :use_bedrock_models, :perform_flow_ui_task, :use_agent_web_search, :knowledge_base, :action, :space, :chat_agent, :create_chat_agents, :research) SENSITIVE = [] include Aws::Structure end |
#export_to_pdf ⇒ String
The ability to export to PDF files from the UI.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4472 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :export_to_pdf, :print_reports, :create_and_update_themes, :add_or_run_anomaly_detection_for_analyses, :share_analyses, :create_and_update_datasets, :share_datasets, :subscribe_dashboard_email_reports, :create_and_update_dashboard_email_reports, :share_dashboards, :create_and_update_threshold_alerts, :rename_shared_folders, :create_shared_folders, :create_and_update_data_sources, :share_data_sources, :view_account_spice_capacity, :create_spice_dataset, :export_to_pdf_in_scheduled_reports, :export_to_csv_in_scheduled_reports, :export_to_excel_in_scheduled_reports, :include_content_in_scheduled_reports_email, :dashboard, :analysis, :automate, :flow, :publish_without_approval, :use_bedrock_models, :perform_flow_ui_task, :use_agent_web_search, :knowledge_base, :action, :space, :chat_agent, :create_chat_agents, :research) SENSITIVE = [] include Aws::Structure end |
#export_to_pdf_in_scheduled_reports ⇒ String
The ability to export to PDF files in scheduled email reports.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4472 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :export_to_pdf, :print_reports, :create_and_update_themes, :add_or_run_anomaly_detection_for_analyses, :share_analyses, :create_and_update_datasets, :share_datasets, :subscribe_dashboard_email_reports, :create_and_update_dashboard_email_reports, :share_dashboards, :create_and_update_threshold_alerts, :rename_shared_folders, :create_shared_folders, :create_and_update_data_sources, :share_data_sources, :view_account_spice_capacity, :create_spice_dataset, :export_to_pdf_in_scheduled_reports, :export_to_csv_in_scheduled_reports, :export_to_excel_in_scheduled_reports, :include_content_in_scheduled_reports_email, :dashboard, :analysis, :automate, :flow, :publish_without_approval, :use_bedrock_models, :perform_flow_ui_task, :use_agent_web_search, :knowledge_base, :action, :space, :chat_agent, :create_chat_agents, :research) SENSITIVE = [] include Aws::Structure end |
#flow ⇒ String
The ability to perform flow-related actions.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4472 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :export_to_pdf, :print_reports, :create_and_update_themes, :add_or_run_anomaly_detection_for_analyses, :share_analyses, :create_and_update_datasets, :share_datasets, :subscribe_dashboard_email_reports, :create_and_update_dashboard_email_reports, :share_dashboards, :create_and_update_threshold_alerts, :rename_shared_folders, :create_shared_folders, :create_and_update_data_sources, :share_data_sources, :view_account_spice_capacity, :create_spice_dataset, :export_to_pdf_in_scheduled_reports, :export_to_csv_in_scheduled_reports, :export_to_excel_in_scheduled_reports, :include_content_in_scheduled_reports_email, :dashboard, :analysis, :automate, :flow, :publish_without_approval, :use_bedrock_models, :perform_flow_ui_task, :use_agent_web_search, :knowledge_base, :action, :space, :chat_agent, :create_chat_agents, :research) SENSITIVE = [] include Aws::Structure end |
#include_content_in_scheduled_reports_email ⇒ String
The ability to include content in scheduled email reports.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4472 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :export_to_pdf, :print_reports, :create_and_update_themes, :add_or_run_anomaly_detection_for_analyses, :share_analyses, :create_and_update_datasets, :share_datasets, :subscribe_dashboard_email_reports, :create_and_update_dashboard_email_reports, :share_dashboards, :create_and_update_threshold_alerts, :rename_shared_folders, :create_shared_folders, :create_and_update_data_sources, :share_data_sources, :view_account_spice_capacity, :create_spice_dataset, :export_to_pdf_in_scheduled_reports, :export_to_csv_in_scheduled_reports, :export_to_excel_in_scheduled_reports, :include_content_in_scheduled_reports_email, :dashboard, :analysis, :automate, :flow, :publish_without_approval, :use_bedrock_models, :perform_flow_ui_task, :use_agent_web_search, :knowledge_base, :action, :space, :chat_agent, :create_chat_agents, :research) SENSITIVE = [] include Aws::Structure end |
#knowledge_base ⇒ String
The ability to use knowledge bases to specify content from external applications.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4472 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :export_to_pdf, :print_reports, :create_and_update_themes, :add_or_run_anomaly_detection_for_analyses, :share_analyses, :create_and_update_datasets, :share_datasets, :subscribe_dashboard_email_reports, :create_and_update_dashboard_email_reports, :share_dashboards, :create_and_update_threshold_alerts, :rename_shared_folders, :create_shared_folders, :create_and_update_data_sources, :share_data_sources, :view_account_spice_capacity, :create_spice_dataset, :export_to_pdf_in_scheduled_reports, :export_to_csv_in_scheduled_reports, :export_to_excel_in_scheduled_reports, :include_content_in_scheduled_reports_email, :dashboard, :analysis, :automate, :flow, :publish_without_approval, :use_bedrock_models, :perform_flow_ui_task, :use_agent_web_search, :knowledge_base, :action, :space, :chat_agent, :create_chat_agents, :research) SENSITIVE = [] include Aws::Structure end |
#perform_flow_ui_task ⇒ String
The ability to use UI Agent step to perform tasks on public websites.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4472 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :export_to_pdf, :print_reports, :create_and_update_themes, :add_or_run_anomaly_detection_for_analyses, :share_analyses, :create_and_update_datasets, :share_datasets, :subscribe_dashboard_email_reports, :create_and_update_dashboard_email_reports, :share_dashboards, :create_and_update_threshold_alerts, :rename_shared_folders, :create_shared_folders, :create_and_update_data_sources, :share_data_sources, :view_account_spice_capacity, :create_spice_dataset, :export_to_pdf_in_scheduled_reports, :export_to_csv_in_scheduled_reports, :export_to_excel_in_scheduled_reports, :include_content_in_scheduled_reports_email, :dashboard, :analysis, :automate, :flow, :publish_without_approval, :use_bedrock_models, :perform_flow_ui_task, :use_agent_web_search, :knowledge_base, :action, :space, :chat_agent, :create_chat_agents, :research) SENSITIVE = [] include Aws::Structure end |
#print_reports ⇒ String
The ability to print reports.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4472 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :export_to_pdf, :print_reports, :create_and_update_themes, :add_or_run_anomaly_detection_for_analyses, :share_analyses, :create_and_update_datasets, :share_datasets, :subscribe_dashboard_email_reports, :create_and_update_dashboard_email_reports, :share_dashboards, :create_and_update_threshold_alerts, :rename_shared_folders, :create_shared_folders, :create_and_update_data_sources, :share_data_sources, :view_account_spice_capacity, :create_spice_dataset, :export_to_pdf_in_scheduled_reports, :export_to_csv_in_scheduled_reports, :export_to_excel_in_scheduled_reports, :include_content_in_scheduled_reports_email, :dashboard, :analysis, :automate, :flow, :publish_without_approval, :use_bedrock_models, :perform_flow_ui_task, :use_agent_web_search, :knowledge_base, :action, :space, :chat_agent, :create_chat_agents, :research) SENSITIVE = [] include Aws::Structure end |
#publish_without_approval ⇒ String
The ability to enable approvals for flow share.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4472 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :export_to_pdf, :print_reports, :create_and_update_themes, :add_or_run_anomaly_detection_for_analyses, :share_analyses, :create_and_update_datasets, :share_datasets, :subscribe_dashboard_email_reports, :create_and_update_dashboard_email_reports, :share_dashboards, :create_and_update_threshold_alerts, :rename_shared_folders, :create_shared_folders, :create_and_update_data_sources, :share_data_sources, :view_account_spice_capacity, :create_spice_dataset, :export_to_pdf_in_scheduled_reports, :export_to_csv_in_scheduled_reports, :export_to_excel_in_scheduled_reports, :include_content_in_scheduled_reports_email, :dashboard, :analysis, :automate, :flow, :publish_without_approval, :use_bedrock_models, :perform_flow_ui_task, :use_agent_web_search, :knowledge_base, :action, :space, :chat_agent, :create_chat_agents, :research) SENSITIVE = [] include Aws::Structure end |
#rename_shared_folders ⇒ String
The ability to rename shared folders.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4472 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :export_to_pdf, :print_reports, :create_and_update_themes, :add_or_run_anomaly_detection_for_analyses, :share_analyses, :create_and_update_datasets, :share_datasets, :subscribe_dashboard_email_reports, :create_and_update_dashboard_email_reports, :share_dashboards, :create_and_update_threshold_alerts, :rename_shared_folders, :create_shared_folders, :create_and_update_data_sources, :share_data_sources, :view_account_spice_capacity, :create_spice_dataset, :export_to_pdf_in_scheduled_reports, :export_to_csv_in_scheduled_reports, :export_to_excel_in_scheduled_reports, :include_content_in_scheduled_reports_email, :dashboard, :analysis, :automate, :flow, :publish_without_approval, :use_bedrock_models, :perform_flow_ui_task, :use_agent_web_search, :knowledge_base, :action, :space, :chat_agent, :create_chat_agents, :research) SENSITIVE = [] include Aws::Structure end |
#research ⇒ String
The ability to perform research-related actions.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4472 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :export_to_pdf, :print_reports, :create_and_update_themes, :add_or_run_anomaly_detection_for_analyses, :share_analyses, :create_and_update_datasets, :share_datasets, :subscribe_dashboard_email_reports, :create_and_update_dashboard_email_reports, :share_dashboards, :create_and_update_threshold_alerts, :rename_shared_folders, :create_shared_folders, :create_and_update_data_sources, :share_data_sources, :view_account_spice_capacity, :create_spice_dataset, :export_to_pdf_in_scheduled_reports, :export_to_csv_in_scheduled_reports, :export_to_excel_in_scheduled_reports, :include_content_in_scheduled_reports_email, :dashboard, :analysis, :automate, :flow, :publish_without_approval, :use_bedrock_models, :perform_flow_ui_task, :use_agent_web_search, :knowledge_base, :action, :space, :chat_agent, :create_chat_agents, :research) SENSITIVE = [] include Aws::Structure end |
#share_analyses ⇒ String
The ability to share analyses.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4472 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :export_to_pdf, :print_reports, :create_and_update_themes, :add_or_run_anomaly_detection_for_analyses, :share_analyses, :create_and_update_datasets, :share_datasets, :subscribe_dashboard_email_reports, :create_and_update_dashboard_email_reports, :share_dashboards, :create_and_update_threshold_alerts, :rename_shared_folders, :create_shared_folders, :create_and_update_data_sources, :share_data_sources, :view_account_spice_capacity, :create_spice_dataset, :export_to_pdf_in_scheduled_reports, :export_to_csv_in_scheduled_reports, :export_to_excel_in_scheduled_reports, :include_content_in_scheduled_reports_email, :dashboard, :analysis, :automate, :flow, :publish_without_approval, :use_bedrock_models, :perform_flow_ui_task, :use_agent_web_search, :knowledge_base, :action, :space, :chat_agent, :create_chat_agents, :research) SENSITIVE = [] include Aws::Structure end |
#share_dashboards ⇒ String
The ability to share dashboards.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4472 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :export_to_pdf, :print_reports, :create_and_update_themes, :add_or_run_anomaly_detection_for_analyses, :share_analyses, :create_and_update_datasets, :share_datasets, :subscribe_dashboard_email_reports, :create_and_update_dashboard_email_reports, :share_dashboards, :create_and_update_threshold_alerts, :rename_shared_folders, :create_shared_folders, :create_and_update_data_sources, :share_data_sources, :view_account_spice_capacity, :create_spice_dataset, :export_to_pdf_in_scheduled_reports, :export_to_csv_in_scheduled_reports, :export_to_excel_in_scheduled_reports, :include_content_in_scheduled_reports_email, :dashboard, :analysis, :automate, :flow, :publish_without_approval, :use_bedrock_models, :perform_flow_ui_task, :use_agent_web_search, :knowledge_base, :action, :space, :chat_agent, :create_chat_agents, :research) SENSITIVE = [] include Aws::Structure end |
#share_data_sources ⇒ String
The ability to share data sources.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4472 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :export_to_pdf, :print_reports, :create_and_update_themes, :add_or_run_anomaly_detection_for_analyses, :share_analyses, :create_and_update_datasets, :share_datasets, :subscribe_dashboard_email_reports, :create_and_update_dashboard_email_reports, :share_dashboards, :create_and_update_threshold_alerts, :rename_shared_folders, :create_shared_folders, :create_and_update_data_sources, :share_data_sources, :view_account_spice_capacity, :create_spice_dataset, :export_to_pdf_in_scheduled_reports, :export_to_csv_in_scheduled_reports, :export_to_excel_in_scheduled_reports, :include_content_in_scheduled_reports_email, :dashboard, :analysis, :automate, :flow, :publish_without_approval, :use_bedrock_models, :perform_flow_ui_task, :use_agent_web_search, :knowledge_base, :action, :space, :chat_agent, :create_chat_agents, :research) SENSITIVE = [] include Aws::Structure end |
#share_datasets ⇒ String
The ability to share datasets.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4472 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :export_to_pdf, :print_reports, :create_and_update_themes, :add_or_run_anomaly_detection_for_analyses, :share_analyses, :create_and_update_datasets, :share_datasets, :subscribe_dashboard_email_reports, :create_and_update_dashboard_email_reports, :share_dashboards, :create_and_update_threshold_alerts, :rename_shared_folders, :create_shared_folders, :create_and_update_data_sources, :share_data_sources, :view_account_spice_capacity, :create_spice_dataset, :export_to_pdf_in_scheduled_reports, :export_to_csv_in_scheduled_reports, :export_to_excel_in_scheduled_reports, :include_content_in_scheduled_reports_email, :dashboard, :analysis, :automate, :flow, :publish_without_approval, :use_bedrock_models, :perform_flow_ui_task, :use_agent_web_search, :knowledge_base, :action, :space, :chat_agent, :create_chat_agents, :research) SENSITIVE = [] include Aws::Structure end |
#space ⇒ String
The ability to perform space-related actions.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4472 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :export_to_pdf, :print_reports, :create_and_update_themes, :add_or_run_anomaly_detection_for_analyses, :share_analyses, :create_and_update_datasets, :share_datasets, :subscribe_dashboard_email_reports, :create_and_update_dashboard_email_reports, :share_dashboards, :create_and_update_threshold_alerts, :rename_shared_folders, :create_shared_folders, :create_and_update_data_sources, :share_data_sources, :view_account_spice_capacity, :create_spice_dataset, :export_to_pdf_in_scheduled_reports, :export_to_csv_in_scheduled_reports, :export_to_excel_in_scheduled_reports, :include_content_in_scheduled_reports_email, :dashboard, :analysis, :automate, :flow, :publish_without_approval, :use_bedrock_models, :perform_flow_ui_task, :use_agent_web_search, :knowledge_base, :action, :space, :chat_agent, :create_chat_agents, :research) SENSITIVE = [] include Aws::Structure end |
#subscribe_dashboard_email_reports ⇒ String
The ability to subscribe to email reports.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4472 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :export_to_pdf, :print_reports, :create_and_update_themes, :add_or_run_anomaly_detection_for_analyses, :share_analyses, :create_and_update_datasets, :share_datasets, :subscribe_dashboard_email_reports, :create_and_update_dashboard_email_reports, :share_dashboards, :create_and_update_threshold_alerts, :rename_shared_folders, :create_shared_folders, :create_and_update_data_sources, :share_data_sources, :view_account_spice_capacity, :create_spice_dataset, :export_to_pdf_in_scheduled_reports, :export_to_csv_in_scheduled_reports, :export_to_excel_in_scheduled_reports, :include_content_in_scheduled_reports_email, :dashboard, :analysis, :automate, :flow, :publish_without_approval, :use_bedrock_models, :perform_flow_ui_task, :use_agent_web_search, :knowledge_base, :action, :space, :chat_agent, :create_chat_agents, :research) SENSITIVE = [] include Aws::Structure end |
#use_agent_web_search ⇒ String
The ability to use internet to enhance results in Chat Agents,
Flows, and Quick Research. Web search queries will be processed
securely in an Amazon Web Services region us-east-1
.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4472 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :export_to_pdf, :print_reports, :create_and_update_themes, :add_or_run_anomaly_detection_for_analyses, :share_analyses, :create_and_update_datasets, :share_datasets, :subscribe_dashboard_email_reports, :create_and_update_dashboard_email_reports, :share_dashboards, :create_and_update_threshold_alerts, :rename_shared_folders, :create_shared_folders, :create_and_update_data_sources, :share_data_sources, :view_account_spice_capacity, :create_spice_dataset, :export_to_pdf_in_scheduled_reports, :export_to_csv_in_scheduled_reports, :export_to_excel_in_scheduled_reports, :include_content_in_scheduled_reports_email, :dashboard, :analysis, :automate, :flow, :publish_without_approval, :use_bedrock_models, :perform_flow_ui_task, :use_agent_web_search, :knowledge_base, :action, :space, :chat_agent, :create_chat_agents, :research) SENSITIVE = [] include Aws::Structure end |
#use_bedrock_models ⇒ String
The ability to use Bedrock models for general knowledge step in flows.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4472 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :export_to_pdf, :print_reports, :create_and_update_themes, :add_or_run_anomaly_detection_for_analyses, :share_analyses, :create_and_update_datasets, :share_datasets, :subscribe_dashboard_email_reports, :create_and_update_dashboard_email_reports, :share_dashboards, :create_and_update_threshold_alerts, :rename_shared_folders, :create_shared_folders, :create_and_update_data_sources, :share_data_sources, :view_account_spice_capacity, :create_spice_dataset, :export_to_pdf_in_scheduled_reports, :export_to_csv_in_scheduled_reports, :export_to_excel_in_scheduled_reports, :include_content_in_scheduled_reports_email, :dashboard, :analysis, :automate, :flow, :publish_without_approval, :use_bedrock_models, :perform_flow_ui_task, :use_agent_web_search, :knowledge_base, :action, :space, :chat_agent, :create_chat_agents, :research) SENSITIVE = [] include Aws::Structure end |
#view_account_spice_capacity ⇒ String
The ability to view account SPICE capacity.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4472 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :export_to_pdf, :print_reports, :create_and_update_themes, :add_or_run_anomaly_detection_for_analyses, :share_analyses, :create_and_update_datasets, :share_datasets, :subscribe_dashboard_email_reports, :create_and_update_dashboard_email_reports, :share_dashboards, :create_and_update_threshold_alerts, :rename_shared_folders, :create_shared_folders, :create_and_update_data_sources, :share_data_sources, :view_account_spice_capacity, :create_spice_dataset, :export_to_pdf_in_scheduled_reports, :export_to_csv_in_scheduled_reports, :export_to_excel_in_scheduled_reports, :include_content_in_scheduled_reports_email, :dashboard, :analysis, :automate, :flow, :publish_without_approval, :use_bedrock_models, :perform_flow_ui_task, :use_agent_web_search, :knowledge_base, :action, :space, :chat_agent, :create_chat_agents, :research) SENSITIVE = [] include Aws::Structure end |