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

#arnString

The Amazon Resource Name of the deleted folder.

Returns:

  • (String)


9756
9757
9758
9759
9760
9761
9762
9763
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9756

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

#folder_idString

The ID of the folder.

Returns:

  • (String)


9756
9757
9758
9759
9760
9761
9762
9763
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9756

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

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


9756
9757
9758
9759
9760
9761
9762
9763
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9756

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


9756
9757
9758
9759
9760
9761
9762
9763
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9756

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