Class: Aws::QuickSight::Types::CreateFolderMembershipRequest

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 that contains the folder.

Returns:

  • (String)


5290
5291
5292
5293
5294
5295
5296
5297
# File 'lib/aws-sdk-quicksight/types.rb', line 5290

class CreateFolderMembershipRequest < Struct.new(
  :aws_account_id,
  :folder_id,
  :member_id,
  :member_type)
  SENSITIVE = []
  include Aws::Structure
end

#folder_idString

The ID of the folder.

Returns:

  • (String)


5290
5291
5292
5293
5294
5295
5296
5297
# File 'lib/aws-sdk-quicksight/types.rb', line 5290

class CreateFolderMembershipRequest < Struct.new(
  :aws_account_id,
  :folder_id,
  :member_id,
  :member_type)
  SENSITIVE = []
  include Aws::Structure
end

#member_idString

The ID of the asset that you want to add to the folder.

Returns:

  • (String)


5290
5291
5292
5293
5294
5295
5296
5297
# File 'lib/aws-sdk-quicksight/types.rb', line 5290

class CreateFolderMembershipRequest < Struct.new(
  :aws_account_id,
  :folder_id,
  :member_id,
  :member_type)
  SENSITIVE = []
  include Aws::Structure
end

#member_typeString

The member type of the asset that you want to add to a folder.

Returns:

  • (String)


5290
5291
5292
5293
5294
5295
5296
5297
# File 'lib/aws-sdk-quicksight/types.rb', line 5290

class CreateFolderMembershipRequest < Struct.new(
  :aws_account_id,
  :folder_id,
  :member_id,
  :member_type)
  SENSITIVE = []
  include Aws::Structure
end