Class: Aws::QuickSight::Types::Governance
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::Governance
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Contains the governance configuration for a custom permissions
profile. When governance controls are defined for a category, any
capabilities in that category not explicitly set to ALLOW in
Capabilities are denied. Even newly added capabilities in the
category are implicitly disabled when Amazon Quick releases them.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_category_effects ⇒ Hash<String,String>
A map of
DefaultCategoryEffects.
Instance Attribute Details
#default_category_effects ⇒ Hash<String,String>
A map of DefaultCategoryEffects.
26549 26550 26551 26552 26553 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26549 class Governance < Struct.new( :default_category_effects) SENSITIVE = [] include Aws::Structure end |