Class: Aws::QuickSight::Types::DeleteFolderRequest

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.

Returns:

  • (String)


10981
10982
10983
10984
10985
10986
# File 'lib/aws-sdk-quicksight/types.rb', line 10981

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

#folder_idString

The ID of the folder.

Returns:

  • (String)


10981
10982
10983
10984
10985
10986
# File 'lib/aws-sdk-quicksight/types.rb', line 10981

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