Class: Aws::QuickSight::Types::DescribeFolderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeFolderRequest
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Note:
When making an API call, you may pass DescribeFolderRequest data as a hash:
{
aws_account_id: "AwsAccountId", # required
folder_id: "RestrictiveResourceId", # required
}
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.
Instance Attribute Details
#aws_account_id ⇒ String
The ID for the Amazon Web Services account that contains the folder.
5966 5967 5968 5969 5970 5971 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5966 class DescribeFolderRequest < Struct.new( :aws_account_id, :folder_id) SENSITIVE = [] include Aws::Structure end |
#folder_id ⇒ String
The ID of the folder.
5966 5967 5968 5969 5970 5971 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5966 class DescribeFolderRequest < Struct.new( :aws_account_id, :folder_id) SENSITIVE = [] include Aws::Structure end |