Class: Aws::QuickSight::Types::UpdateFlowPermissionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateFlowPermissionsOutput
- 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 updating permissions against.
-
#flow_id ⇒ String
The unique identifier of the flow with updated permissions.
-
#permissions ⇒ Array<Types::Permission>
The permissions on the flow after they are updated.
-
#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 updating permissions against.
39212 39213 39214 39215 39216 39217 39218 39219 39220 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39212 class UpdateFlowPermissionsOutput < Struct.new( :status, :arn, :permissions, :request_id, :flow_id) SENSITIVE = [] include Aws::Structure end |
#flow_id ⇒ String
The unique identifier of the flow with updated permissions.
39212 39213 39214 39215 39216 39217 39218 39219 39220 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39212 class UpdateFlowPermissionsOutput < Struct.new( :status, :arn, :permissions, :request_id, :flow_id) SENSITIVE = [] include Aws::Structure end |
#permissions ⇒ Array<Types::Permission>
The permissions on the flow after they are updated.
39212 39213 39214 39215 39216 39217 39218 39219 39220 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39212 class UpdateFlowPermissionsOutput < Struct.new( :status, :arn, :permissions, :request_id, :flow_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
39212 39213 39214 39215 39216 39217 39218 39219 39220 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39212 class UpdateFlowPermissionsOutput < Struct.new( :status, :arn, :permissions, :request_id, :flow_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
39212 39213 39214 39215 39216 39217 39218 39219 39220 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39212 class UpdateFlowPermissionsOutput < Struct.new( :status, :arn, :permissions, :request_id, :flow_id) SENSITIVE = [] include Aws::Structure end |