Class: Aws::QuickSight::Types::GetFlowPermissionsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GetFlowPermissionsInput
- 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 flow that you are getting permissions for.
-
#flow_id ⇒ String
The unique identifier of the flow to get permissions from.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the flow that you are getting permissions for.
20833 20834 20835 20836 20837 20838 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20833 class GetFlowPermissionsInput < Struct.new( :aws_account_id, :flow_id) SENSITIVE = [] include Aws::Structure end |
#flow_id ⇒ String
The unique identifier of the flow to get permissions from.
20833 20834 20835 20836 20837 20838 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20833 class GetFlowPermissionsInput < Struct.new( :aws_account_id, :flow_id) SENSITIVE = [] include Aws::Structure end |