Class: Aws::QuickSight::Types::DescribeAccountSettingsRequest

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 settings that you want to list.

Returns:

  • (String)


10731
10732
10733
10734
10735
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10731

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