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
Note:
When making an API call, you may pass CreateFolderMembershipRequest data as a hash:
{
aws_account_id: "AwsAccountId", # required
folder_id: "RestrictiveResourceId", # required
member_id: "RestrictiveResourceId", # required
member_type: "DASHBOARD", # required, accepts DASHBOARD, ANALYSIS, DATASET
}
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 (the dashboard, analysis, or dataset).
-
#member_type ⇒ String
The type of the member, including
DASHBOARD
,ANALYSIS
, andDATASET
.
Instance Attribute Details
#aws_account_id ⇒ String
The ID for the Amazon Web Services account that contains the folder.
2059 2060 2061 2062 2063 2064 2065 2066 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2059 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.
2059 2060 2061 2062 2063 2064 2065 2066 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2059 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 (the dashboard, analysis, or dataset).
2059 2060 2061 2062 2063 2064 2065 2066 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2059 class CreateFolderMembershipRequest < Struct.new( :aws_account_id, :folder_id, :member_id, :member_type) SENSITIVE = [] include Aws::Structure end |
#member_type ⇒ String
The type of the member, including DASHBOARD
, ANALYSIS
, and
DATASET
.
2059 2060 2061 2062 2063 2064 2065 2066 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2059 class CreateFolderMembershipRequest < Struct.new( :aws_account_id, :folder_id, :member_id, :member_type) SENSITIVE = [] include Aws::Structure end |