Class: Aws::QuickSight::Types::DescribeFolderRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


11603
11604
11605
11606
11607
11608
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11603

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

#folder_idString

The ID of the folder.

Returns:

  • (String)


11603
11604
11605
11606
11607
11608
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11603

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