Class: Aws::QuickSight::Types::CustomPermissions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The custom permissions profile.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the custom permissions profile.

Returns:

  • (String)


12290
12291
12292
12293
12294
12295
12296
12297
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12290

class CustomPermissions < Struct.new(
  :arn,
  :custom_permissions_name,
  :capabilities,
  :governance)
  SENSITIVE = []
  include Aws::Structure
end

#capabilitiesTypes::Capabilities

A set of actions in the custom permissions profile.

Returns:



12290
12291
12292
12293
12294
12295
12296
12297
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12290

class CustomPermissions < Struct.new(
  :arn,
  :custom_permissions_name,
  :capabilities,
  :governance)
  SENSITIVE = []
  include Aws::Structure
end

#custom_permissions_nameString

The name of the custom permissions profile.

Returns:

  • (String)


12290
12291
12292
12293
12294
12295
12296
12297
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12290

class CustomPermissions < Struct.new(
  :arn,
  :custom_permissions_name,
  :capabilities,
  :governance)
  SENSITIVE = []
  include Aws::Structure
end

#governanceTypes::Governance

The governance configuration for the custom permissions profile. When you enable governance for a category, Amazon Quick denies access to any current or new capability in that category unless you explicitly set that capability to ALLOW in Capabilities.

Returns:



12290
12291
12292
12293
12294
12295
12296
12297
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12290

class CustomPermissions < Struct.new(
  :arn,
  :custom_permissions_name,
  :capabilities,
  :governance)
  SENSITIVE = []
  include Aws::Structure
end