Class: Aws::QuickSight::Types::CreateFolderMembershipRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CreateFolderMembershipRequest
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The ID for the Amazon Web Services account that contains the folder.
-
#folder_id ⇒ String
The ID of the folder.
-
#member_id ⇒ String
The ID of the asset that you want to add to the folder.
-
#member_type ⇒ String
The member type of the asset that you want to add to a folder.
Instance Attribute Details
#aws_account_id ⇒ String
The ID for the Amazon Web Services account that contains the folder.
10258 10259 10260 10261 10262 10263 10264 10265 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10258 class CreateFolderMembershipRequest < Struct.new( :aws_account_id, :folder_id, :member_id, :member_type) SENSITIVE = [] include Aws::Structure end |
#folder_id ⇒ String
The ID of the folder.
10258 10259 10260 10261 10262 10263 10264 10265 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10258 class CreateFolderMembershipRequest < Struct.new( :aws_account_id, :folder_id, :member_id, :member_type) SENSITIVE = [] include Aws::Structure end |
#member_id ⇒ String
The ID of the asset that you want to add to the folder.
10258 10259 10260 10261 10262 10263 10264 10265 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10258 class CreateFolderMembershipRequest < Struct.new( :aws_account_id, :folder_id, :member_id, :member_type) SENSITIVE = [] include Aws::Structure end |
#member_type ⇒ String
The member type of the asset that you want to add to a folder.
10258 10259 10260 10261 10262 10263 10264 10265 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10258 class CreateFolderMembershipRequest < Struct.new( :aws_account_id, :folder_id, :member_id, :member_type) SENSITIVE = [] include Aws::Structure end |