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)


40677
40678
40679
40680
40681
40682
40683
40684
40685
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40677

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)


40677
40678
40679
40680
40681
40682
40683
40684
40685
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40677

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:



40677
40678
40679
40680
40681
40682
40683
40684
40685
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40677

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)


40677
40678
40679
40680
40681
40682
40683
40684
40685
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40677

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)


40677
40678
40679
40680
40681
40682
40683
40684
40685
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40677

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