Class: Aws::QuickSight::Types::UpdateFlowPermissionsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the flow you are updating permissions against.

Returns:

  • (String)


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_idString

The unique identifier of the flow with updated permissions.

Returns:

  • (String)


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

#permissionsArray<Types::Permission>

The permissions on the flow after they are updated.

Returns:



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_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


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