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.
36560 36561 36562 36563 36564 36565 36566 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36560 class UpdateFolderRequest < Struct.new( :aws_account_id, :folder_id, :name) SENSITIVE = [] include Aws::Structure end |
#folder_id ⇒ String
The ID of the folder.
36560 36561 36562 36563 36564 36565 36566 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36560 class UpdateFolderRequest < Struct.new( :aws_account_id, :folder_id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the folder.
36560 36561 36562 36563 36564 36565 36566 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36560 class UpdateFolderRequest < Struct.new( :aws_account_id, :folder_id, :name) SENSITIVE = [] include Aws::Structure end |