Class: Aws::QuickSight::Types::UpdateFolderRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The ID for the Amazon Web Services account that contains the folder to update.

Returns:

  • (String)


32817
32818
32819
32820
32821
32822
32823
# File 'lib/aws-sdk-quicksight/types.rb', line 32817

class UpdateFolderRequest < Struct.new(
  :aws_account_id,
  :folder_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#folder_idString

The ID of the folder.

Returns:

  • (String)


32817
32818
32819
32820
32821
32822
32823
# File 'lib/aws-sdk-quicksight/types.rb', line 32817

class UpdateFolderRequest < Struct.new(
  :aws_account_id,
  :folder_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the folder.

Returns:

  • (String)


32817
32818
32819
32820
32821
32822
32823
# File 'lib/aws-sdk-quicksight/types.rb', line 32817

class UpdateFolderRequest < Struct.new(
  :aws_account_id,
  :folder_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end