Class: Aws::QuickSight::Types::CreateFolderRequest

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

#aws_account_idString

The ID for the Amazon Web Services account where you want to create the folder.

Returns:

  • (String)


5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5243

class CreateFolderRequest < Struct.new(
  :aws_account_id,
  :folder_id,
  :name,
  :folder_type,
  :parent_folder_arn,
  :permissions,
  :tags,
  :sharing_model)
  SENSITIVE = []
  include Aws::Structure
end

#folder_idString

The ID of the folder.

Returns:

  • (String)


5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5243

class CreateFolderRequest < Struct.new(
  :aws_account_id,
  :folder_id,
  :name,
  :folder_type,
  :parent_folder_arn,
  :permissions,
  :tags,
  :sharing_model)
  SENSITIVE = []
  include Aws::Structure
end

#folder_typeString

The type of folder. By default, folderType is SHARED.

Returns:

  • (String)


5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5243

class CreateFolderRequest < Struct.new(
  :aws_account_id,
  :folder_id,
  :name,
  :folder_type,
  :parent_folder_arn,
  :permissions,
  :tags,
  :sharing_model)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the folder.

Returns:

  • (String)


5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5243

class CreateFolderRequest < Struct.new(
  :aws_account_id,
  :folder_id,
  :name,
  :folder_type,
  :parent_folder_arn,
  :permissions,
  :tags,
  :sharing_model)
  SENSITIVE = []
  include Aws::Structure
end

#parent_folder_arnString

The Amazon Resource Name (ARN) for the parent folder.

ParentFolderArn can be null. An empty parentFolderArn creates a root-level folder.

Returns:

  • (String)


5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5243

class CreateFolderRequest < Struct.new(
  :aws_account_id,
  :folder_id,
  :name,
  :folder_type,
  :parent_folder_arn,
  :permissions,
  :tags,
  :sharing_model)
  SENSITIVE = []
  include Aws::Structure
end

#permissionsArray<Types::ResourcePermission>

A structure that describes the principals and the resource-level permissions of a folder.

To specify no permissions, omit Permissions.

Returns:



5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5243

class CreateFolderRequest < Struct.new(
  :aws_account_id,
  :folder_id,
  :name,
  :folder_type,
  :parent_folder_arn,
  :permissions,
  :tags,
  :sharing_model)
  SENSITIVE = []
  include Aws::Structure
end

#sharing_modelString

An optional parameter that determines the sharing scope of the folder. The default value for this parameter is ACCOUNT.

Returns:

  • (String)


5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5243

class CreateFolderRequest < Struct.new(
  :aws_account_id,
  :folder_id,
  :name,
  :folder_type,
  :parent_folder_arn,
  :permissions,
  :tags,
  :sharing_model)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Tags for the folder.

Returns:



5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5243

class CreateFolderRequest < Struct.new(
  :aws_account_id,
  :folder_id,
  :name,
  :folder_type,
  :parent_folder_arn,
  :permissions,
  :tags,
  :sharing_model)
  SENSITIVE = []
  include Aws::Structure
end