Class: Aws::QuickSight::Types::UpdateFolderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateFolderRequest
- Defined in:
- gems/aws-sdk-quicksight/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.
41441 41442 41443 41444 41445 41446 41447 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 41441 class UpdateFolderRequest < Struct.new( :aws_account_id, :folder_id, :name) SENSITIVE = [] include Aws::Structure end |
#folder_id ⇒ String
The ID of the folder.
41441 41442 41443 41444 41445 41446 41447 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 41441 class UpdateFolderRequest < Struct.new( :aws_account_id, :folder_id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the folder.
41441 41442 41443 41444 41445 41446 41447 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 41441 class UpdateFolderRequest < Struct.new( :aws_account_id, :folder_id, :name) SENSITIVE = [] include Aws::Structure end |