Class: Aws::QuickSight::Types::UpdateFolderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateFolderRequest
- Includes:
- Structure
- Defined in:
- 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 to update.
-
#folder_id ⇒ String
The ID of the folder.
-
#name ⇒ String
The name of the folder.
Instance Attribute Details
#aws_account_id ⇒ String
The ID for the Amazon Web Services account that contains the folder to update.
34517 34518 34519 34520 34521 34522 34523 |
# File 'lib/aws-sdk-quicksight/types.rb', line 34517 class UpdateFolderRequest < Struct.new( :aws_account_id, :folder_id, :name) SENSITIVE = [] include Aws::Structure end |
#folder_id ⇒ String
The ID of the folder.
34517 34518 34519 34520 34521 34522 34523 |
# File 'lib/aws-sdk-quicksight/types.rb', line 34517 class UpdateFolderRequest < Struct.new( :aws_account_id, :folder_id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the folder.
34517 34518 34519 34520 34521 34522 34523 |
# File 'lib/aws-sdk-quicksight/types.rb', line 34517 class UpdateFolderRequest < Struct.new( :aws_account_id, :folder_id, :name) SENSITIVE = [] include Aws::Structure end |