Class: Aws::QuickSight::Types::DeleteCustomPermissionsResponse

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)


17059
17060
17061
17062
17063
17064
17065
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17059

class DeleteCustomPermissionsResponse < 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)


17059
17060
17061
17062
17063
17064
17065
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17059

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

#status ⇒ Integer

The HTTP status of the request.

Returns:

  • (Integer)


17059
17060
17061
17062
17063
17064
17065
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17059

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