Class: Aws::QuickSight::Types::GetFlowPermissionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GetFlowPermissionsOutput
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the flow you are getting permissions against.
-
#flow_id ⇒ String
The unique identifier of the flow with permissions.
-
#permissions ⇒ Array<Types::Permission>
A structure that contains the permissions for the flow.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the flow you are getting permissions against.
24477 24478 24479 24480 24481 24482 24483 24484 24485 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24477 class GetFlowPermissionsOutput < Struct.new( :arn, :flow_id, :permissions, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#flow_id ⇒ String
The unique identifier of the flow with permissions.
24477 24478 24479 24480 24481 24482 24483 24484 24485 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24477 class GetFlowPermissionsOutput < Struct.new( :arn, :flow_id, :permissions, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#permissions ⇒ Array<Types::Permission>
A structure that contains the permissions for the flow.
24477 24478 24479 24480 24481 24482 24483 24484 24485 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24477 class GetFlowPermissionsOutput < Struct.new( :arn, :flow_id, :permissions, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
24477 24478 24479 24480 24481 24482 24483 24484 24485 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24477 class GetFlowPermissionsOutput < Struct.new( :arn, :flow_id, :permissions, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
24477 24478 24479 24480 24481 24482 24483 24484 24485 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24477 class GetFlowPermissionsOutput < Struct.new( :arn, :flow_id, :permissions, :request_id, :status) SENSITIVE = [] include Aws::Structure end |