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.
12071 12072 12073 12074 12075 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12071 class DescribeAccountSettingsRequest < Struct.new( :aws_account_id) SENSITIVE = [] include Aws::Structure end |