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 QuickSight permissions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#add_or_run_anomaly_detection_for_analyses ⇒ String
The ability to add or run anomaly detection.
-
#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_shared_folders ⇒ String
The ability to create shared folders.
-
#create_spice_dataset ⇒ String
The ability to create a SPICE dataset.
-
#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.
-
#include_content_in_scheduled_reports_email ⇒ String
The ability to include content in scheduled email reports.
-
#print_reports ⇒ String
The ability to print reports.
-
#rename_shared_folders ⇒ String
The ability to rename shared folders.
-
#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.
-
#subscribe_dashboard_email_reports ⇒ String
The ability to subscribe to email reports.
-
#view_account_spice_capacity ⇒ String
The ability to view account SPICE capacity.
Instance Attribute Details
#add_or_run_anomaly_detection_for_analyses ⇒ String
The ability to add or run anomaly detection.
4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4034 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) SENSITIVE = [] include Aws::Structure end |
#create_and_update_dashboard_email_reports ⇒ String
The ability to create and update email reports.
4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4034 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) SENSITIVE = [] include Aws::Structure end |
#create_and_update_data_sources ⇒ String
The ability to create and update data sources.
4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4034 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) SENSITIVE = [] include Aws::Structure end |
#create_and_update_datasets ⇒ String
The ability to create and update datasets.
4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4034 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) SENSITIVE = [] include Aws::Structure end |
#create_and_update_themes ⇒ String
The ability to export to Create and Update themes.
4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4034 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) SENSITIVE = [] include Aws::Structure end |
#create_and_update_threshold_alerts ⇒ String
The ability to create and update threshold alerts.
4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4034 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) SENSITIVE = [] include Aws::Structure end |
#create_shared_folders ⇒ String
The ability to create shared folders.
4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4034 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) SENSITIVE = [] include Aws::Structure end |
#create_spice_dataset ⇒ String
The ability to create a SPICE dataset.
4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4034 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) SENSITIVE = [] include Aws::Structure end |
#export_to_csv ⇒ String
The ability to export to CSV files from the UI.
4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4034 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) SENSITIVE = [] include Aws::Structure end |
#export_to_csv_in_scheduled_reports ⇒ String
The ability to export to CSV files in scheduled email reports.
4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4034 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) SENSITIVE = [] include Aws::Structure end |
#export_to_excel ⇒ String
The ability to export to Excel files from the UI.
4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4034 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) SENSITIVE = [] include Aws::Structure end |
#export_to_excel_in_scheduled_reports ⇒ String
The ability to export to Excel files in scheduled email reports.
4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4034 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) SENSITIVE = [] include Aws::Structure end |
#export_to_pdf ⇒ String
The ability to export to PDF files from the UI.
4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4034 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) SENSITIVE = [] include Aws::Structure end |
#export_to_pdf_in_scheduled_reports ⇒ String
The ability to export to PDF files in scheduled email reports.
4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4034 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) SENSITIVE = [] include Aws::Structure end |
#include_content_in_scheduled_reports_email ⇒ String
The ability to include content in scheduled email reports.
4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4034 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) SENSITIVE = [] include Aws::Structure end |
#print_reports ⇒ String
The ability to print reports.
4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4034 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) SENSITIVE = [] include Aws::Structure end |
#rename_shared_folders ⇒ String
The ability to rename shared folders.
4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4034 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) SENSITIVE = [] include Aws::Structure end |
#share_analyses ⇒ String
The ability to share analyses.
4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4034 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) SENSITIVE = [] include Aws::Structure end |
#share_dashboards ⇒ String
The ability to share dashboards.
4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4034 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) SENSITIVE = [] include Aws::Structure end |
#share_data_sources ⇒ String
The ability to share data sources.
4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4034 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) SENSITIVE = [] include Aws::Structure end |
#share_datasets ⇒ String
The ability to share datasets.
4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4034 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) SENSITIVE = [] include Aws::Structure end |
#subscribe_dashboard_email_reports ⇒ String
The ability to subscribe to email reports.
4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4034 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) SENSITIVE = [] include Aws::Structure end |
#view_account_spice_capacity ⇒ String
The ability to view account SPICE capacity.
4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4034 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) SENSITIVE = [] include Aws::Structure end |