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

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

#aws_account_idString

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

Returns:

  • (String)


5798
5799
5800
5801
5802
5803
5804
5805
5806
5807
5808
5809
# File 'lib/aws-sdk-quicksight/types.rb', line 5798

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)


5798
5799
5800
5801
5802
5803
5804
5805
5806
5807
5808
5809
# File 'lib/aws-sdk-quicksight/types.rb', line 5798

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)


5798
5799
5800
5801
5802
5803
5804
5805
5806
5807
5808
5809
# File 'lib/aws-sdk-quicksight/types.rb', line 5798

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)


5798
5799
5800
5801
5802
5803
5804
5805
5806
5807
5808
5809
# File 'lib/aws-sdk-quicksight/types.rb', line 5798

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)


5798
5799
5800
5801
5802
5803
5804
5805
5806
5807
5808
5809
# File 'lib/aws-sdk-quicksight/types.rb', line 5798

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:



5798
5799
5800
5801
5802
5803
5804
5805
5806
5807
5808
5809
# File 'lib/aws-sdk-quicksight/types.rb', line 5798

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)


5798
5799
5800
5801
5802
5803
5804
5805
5806
5807
5808
5809
# File 'lib/aws-sdk-quicksight/types.rb', line 5798

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:



5798
5799
5800
5801
5802
5803
5804
5805
5806
5807
5808
5809
# File 'lib/aws-sdk-quicksight/types.rb', line 5798

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