Class: Aws::QuickSight::Types::DescribeAppPermissionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeAppPermissionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The ID of the app.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the app.
-
#permissions ⇒ Array<Types::ResourcePermission>
The resource permissions for the app.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
Instance Attribute Details
#app_id ⇒ String
The ID of the app.
18514 18515 18516 18517 18518 18519 18520 18521 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18514 class DescribeAppPermissionsResponse < Struct.new( :app_id, :arn, :permissions, :request_id) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the app.
18514 18515 18516 18517 18518 18519 18520 18521 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18514 class DescribeAppPermissionsResponse < Struct.new( :app_id, :arn, :permissions, :request_id) SENSITIVE = [] include Aws::Structure end |
#permissions ⇒ Array<Types::ResourcePermission>
The resource permissions for the app.
18514 18515 18516 18517 18518 18519 18520 18521 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18514 class DescribeAppPermissionsResponse < Struct.new( :app_id, :arn, :permissions, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
18514 18515 18516 18517 18518 18519 18520 18521 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18514 class DescribeAppPermissionsResponse < Struct.new( :app_id, :arn, :permissions, :request_id) SENSITIVE = [] include Aws::Structure end |