Class: Aws::QuickSight::Types::DescribeAccountSubscriptionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeAccountSubscriptionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The Amazon Web Services account ID associated with your Amazon QuickSight account.
Instance Attribute Details
#aws_account_id ⇒ String
The Amazon Web Services account ID associated with your Amazon QuickSight account.
12017 12018 12019 12020 12021 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12017 class DescribeAccountSubscriptionRequest < Struct.new( :aws_account_id) SENSITIVE = [] include Aws::Structure end |