Class: Aws::QuickSight::Types::GetFlowPermissionsOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 getting permissions against.

Returns:

  • (String)


24261
24262
24263
24264
24265
24266
24267
24268
24269
# File 'lib/aws-sdk-quicksight/types.rb', line 24261

class GetFlowPermissionsOutput < Struct.new(
  :arn,
  :flow_id,
  :permissions,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#flow_idString

The unique identifier of the flow with permissions.

Returns:

  • (String)


24261
24262
24263
24264
24265
24266
24267
24268
24269
# File 'lib/aws-sdk-quicksight/types.rb', line 24261

class GetFlowPermissionsOutput < Struct.new(
  :arn,
  :flow_id,
  :permissions,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#permissionsArray<Types::Permission>

A structure that contains the permissions for the flow.

Returns:



24261
24262
24263
24264
24265
24266
24267
24268
24269
# File 'lib/aws-sdk-quicksight/types.rb', line 24261

class GetFlowPermissionsOutput < Struct.new(
  :arn,
  :flow_id,
  :permissions,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


24261
24262
24263
24264
24265
24266
24267
24268
24269
# File 'lib/aws-sdk-quicksight/types.rb', line 24261

class GetFlowPermissionsOutput < Struct.new(
  :arn,
  :flow_id,
  :permissions,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


24261
24262
24263
24264
24265
24266
24267
24268
24269
# File 'lib/aws-sdk-quicksight/types.rb', line 24261

class GetFlowPermissionsOutput < Struct.new(
  :arn,
  :flow_id,
  :permissions,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end