Class: Aws::QuickSight::Types::UpdateCustomPermissionsResponse

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 custom permissions profile.

Returns:

  • (String)


49427
49428
49429
49430
49431
49432
49433
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49427

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

#request_id ⇒ String

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


49427
49428
49429
49430
49431
49432
49433
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49427

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

#status ⇒ Integer

The HTTP status of the request.

Returns:

  • (Integer)


49427
49428
49429
49430
49431
49432
49433
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49427

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