Class: Aws::QuickSight::Types::DescribeAccountSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeAccountSettingsRequest
- Includes:
- Structure
- Defined in:
- 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 settings that you want to list.
Instance Attribute Details
#aws_account_id ⇒ String
The ID for the Amazon Web Services account that contains the settings that you want to list.
11972 11973 11974 11975 11976 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11972 class DescribeAccountSettingsRequest < Struct.new( :aws_account_id) SENSITIVE = [] include Aws::Structure end |