Class: Aws::QuickSight::Types::CreateFolderResponse

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 (ARN) for the newly created folder.

Returns:

  • (String)


5281
5282
5283
5284
5285
5286
5287
5288
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5281

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

#folder_idString

The folder ID for the newly created folder.

Returns:

  • (String)


5281
5282
5283
5284
5285
5286
5287
5288
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5281

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

#request_idString

The request ID for the newly created folder.

Returns:

  • (String)


5281
5282
5283
5284
5285
5286
5287
5288
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5281

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


5281
5282
5283
5284
5285
5286
5287
5288
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5281

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