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.
33030 33031 33032 33033 33034 33035 33036 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33030 class UpdateFolderRequest < Struct.new( :aws_account_id, :folder_id, :name) SENSITIVE = [] include Aws::Structure end |
#folder_id ⇒ String
The ID of the folder.
33030 33031 33032 33033 33034 33035 33036 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33030 class UpdateFolderRequest < Struct.new( :aws_account_id, :folder_id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the folder.
33030 33031 33032 33033 33034 33035 33036 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33030 class UpdateFolderRequest < Struct.new( :aws_account_id, :folder_id, :name) SENSITIVE = [] include Aws::Structure end |