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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


5829
5830
5831
5832
5833
5834
5835
5836
# File 'lib/aws-sdk-quicksight/types.rb', line 5829

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)


5829
5830
5831
5832
5833
5834
5835
5836
# File 'lib/aws-sdk-quicksight/types.rb', line 5829

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)


5829
5830
5831
5832
5833
5834
5835
5836
# File 'lib/aws-sdk-quicksight/types.rb', line 5829

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


5829
5830
5831
5832
5833
5834
5835
5836
# File 'lib/aws-sdk-quicksight/types.rb', line 5829

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