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)


22699
22700
22701
22702
22703
22704
22705
22706
22707
# File 'lib/aws-sdk-quicksight/types.rb', line 22699

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)


22699
22700
22701
22702
22703
22704
22705
22706
22707
# File 'lib/aws-sdk-quicksight/types.rb', line 22699

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:



22699
22700
22701
22702
22703
22704
22705
22706
22707
# File 'lib/aws-sdk-quicksight/types.rb', line 22699

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)


22699
22700
22701
22702
22703
22704
22705
22706
22707
# File 'lib/aws-sdk-quicksight/types.rb', line 22699

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)


22699
22700
22701
22702
22703
22704
22705
22706
22707
# File 'lib/aws-sdk-quicksight/types.rb', line 22699

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