Class: Aws::QuickSight::Types::DeleteFolderResponse

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 of the deleted folder.

Returns:

  • (String)


17438
17439
17440
17441
17442
17443
17444
17445
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17438

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

#folder_id ⇒ String

The ID of the folder.

Returns:

  • (String)


17438
17439
17440
17441
17442
17443
17444
17445
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17438

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

#request_id ⇒ String

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


17438
17439
17440
17441
17442
17443
17444
17445
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17438

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

#status ⇒ Integer

The HTTP status of the request.

Returns:

  • (Integer)


17438
17439
17440
17441
17442
17443
17444
17445
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17438

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