Class: Aws::QuickSight::Types::DescribeThemePermissionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeThemePermissionsRequest
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the theme that you're describing.
-
#theme_id ⇒ String
The ID for the theme that you want to describe permissions for.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the theme that you're describing.
14470 14471 14472 14473 14474 14475 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14470 class DescribeThemePermissionsRequest < Struct.new( :aws_account_id, :theme_id) SENSITIVE = [] include Aws::Structure end |
#theme_id ⇒ String
The ID for the theme that you want to describe permissions for.
14470 14471 14472 14473 14474 14475 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14470 class DescribeThemePermissionsRequest < Struct.new( :aws_account_id, :theme_id) SENSITIVE = [] include Aws::Structure end |