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.
-
#export_to_excel ⇒ String
The ability to export to Excel files.
-
#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.
3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3930 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :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) SENSITIVE = [] include Aws::Structure end |
#create_and_update_dashboard_email_reports ⇒ String
The ability to create and update email reports.
3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3930 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :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) SENSITIVE = [] include Aws::Structure end |
#create_and_update_data_sources ⇒ String
The ability to create and update data sources.
3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3930 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :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) SENSITIVE = [] include Aws::Structure end |
#create_and_update_datasets ⇒ String
The ability to create and update datasets.
3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3930 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :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) SENSITIVE = [] include Aws::Structure end |
#create_and_update_themes ⇒ String
The ability to export to Create and Update themes.
3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3930 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :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) SENSITIVE = [] include Aws::Structure end |
#create_and_update_threshold_alerts ⇒ String
The ability to create and update threshold alerts.
3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3930 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :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) SENSITIVE = [] include Aws::Structure end |
#create_shared_folders ⇒ String
The ability to create shared folders.
3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3930 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :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) SENSITIVE = [] include Aws::Structure end |
#create_spice_dataset ⇒ String
The ability to create a SPICE dataset.
3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3930 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :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) SENSITIVE = [] include Aws::Structure end |
#export_to_csv ⇒ String
The ability to export to CSV files.
3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3930 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :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) SENSITIVE = [] include Aws::Structure end |
#export_to_excel ⇒ String
The ability to export to Excel files.
3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3930 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :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) SENSITIVE = [] include Aws::Structure end |
#rename_shared_folders ⇒ String
The ability to rename shared folders.
3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3930 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :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) SENSITIVE = [] include Aws::Structure end |
#share_analyses ⇒ String
The ability to share analyses.
3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3930 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :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) SENSITIVE = [] include Aws::Structure end |
#share_dashboards ⇒ String
The ability to share dashboards.
3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3930 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :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) SENSITIVE = [] include Aws::Structure end |
#share_data_sources ⇒ String
The ability to share data sources.
3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3930 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :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) SENSITIVE = [] include Aws::Structure end |
#share_datasets ⇒ String
The ability to share datasets.
3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3930 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :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) SENSITIVE = [] include Aws::Structure end |
#subscribe_dashboard_email_reports ⇒ String
The ability to subscribe to email reports.
3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3930 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :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) SENSITIVE = [] include Aws::Structure end |
#view_account_spice_capacity ⇒ String
The ability to view account SPICE capacity.
3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3930 class Capabilities < Struct.new( :export_to_csv, :export_to_excel, :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) SENSITIVE = [] include Aws::Structure end |