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)


8462
8463
8464
8465
8466
8467
8468
8469
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8462

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)


8462
8463
8464
8465
8466
8467
8468
8469
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8462

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)


8462
8463
8464
8465
8466
8467
8468
8469
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8462

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


8462
8463
8464
8465
8466
8467
8468
8469
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8462

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