Class: Aws::QuickSight::Types::UpdateAppPermissionsResponse

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

#app_idString

The ID of the app.

Returns:

  • (String)


48597
48598
48599
48600
48601
48602
48603
48604
48605
# File 'lib/aws-sdk-quicksight/types.rb', line 48597

class UpdateAppPermissionsResponse < Struct.new(
  :arn,
  :app_id,
  :permissions,
  :visibility,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the app.

Returns:

  • (String)


48597
48598
48599
48600
48601
48602
48603
48604
48605
# File 'lib/aws-sdk-quicksight/types.rb', line 48597

class UpdateAppPermissionsResponse < Struct.new(
  :arn,
  :app_id,
  :permissions,
  :visibility,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#permissionsArray<Types::ResourcePermission>

The updated resource permissions for the app.

Returns:



48597
48598
48599
48600
48601
48602
48603
48604
48605
# File 'lib/aws-sdk-quicksight/types.rb', line 48597

class UpdateAppPermissionsResponse < Struct.new(
  :arn,
  :app_id,
  :permissions,
  :visibility,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


48597
48598
48599
48600
48601
48602
48603
48604
48605
# File 'lib/aws-sdk-quicksight/types.rb', line 48597

class UpdateAppPermissionsResponse < Struct.new(
  :arn,
  :app_id,
  :permissions,
  :visibility,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#visibilityString

The visibility of the app after the update (PRIVATE or PUBLIC).

Returns:

  • (String)


48597
48598
48599
48600
48601
48602
48603
48604
48605
# File 'lib/aws-sdk-quicksight/types.rb', line 48597

class UpdateAppPermissionsResponse < Struct.new(
  :arn,
  :app_id,
  :permissions,
  :visibility,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end