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

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

#arn ⇒ String

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

Returns:

  • (String)


27049
27050
27051
27052
27053
27054
27055
27056
27057
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27049

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.

Returns:

  • (String)


27049
27050
27051
27052
27053
27054
27055
27056
27057
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27049

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.

Returns:



27049
27050
27051
27052
27053
27054
27055
27056
27057
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27049

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.

Returns:

  • (String)


27049
27050
27051
27052
27053
27054
27055
27056
27057
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27049

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

#status ⇒ Integer

The HTTP status of the request.

Returns:

  • (Integer)


27049
27050
27051
27052
27053
27054
27055
27056
27057
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27049

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