Class: Aws::QuickSight::Types::DescribeAppPermissionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeAppPermissionsRequest
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The ID of the app.
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the app.
Instance Attribute Details
#app_id ⇒ String
The ID of the app.
19055 19056 19057 19058 19059 19060 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19055 class DescribeAppPermissionsRequest < Struct.new( :aws_account_id, :app_id) SENSITIVE = [] include Aws::Structure end |
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the app.
19055 19056 19057 19058 19059 19060 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19055 class DescribeAppPermissionsRequest < Struct.new( :aws_account_id, :app_id) SENSITIVE = [] include Aws::Structure end |