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.
20186 20187 20188 20189 20190 20191 20192 20193 20194 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20186 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.
20186 20187 20188 20189 20190 20191 20192 20193 20194 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20186 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.
20186 20187 20188 20189 20190 20191 20192 20193 20194 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20186 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.
20186 20187 20188 20189 20190 20191 20192 20193 20194 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20186 class GetFlowPermissionsOutput < Struct.new( :arn, :flow_id, :permissions, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
20186 20187 20188 20189 20190 20191 20192 20193 20194 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20186 class GetFlowPermissionsOutput < Struct.new( :arn, :flow_id, :permissions, :request_id, :status) SENSITIVE = [] include Aws::Structure end |