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 Quick Sight account.
Instance Attribute Details
#aws_account_id ⇒ String
The Amazon Web Services account ID associated with your Quick Sight account.
16362 16363 16364 16365 16366 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16362 class DescribeAccountSubscriptionRequest < Struct.new( :aws_account_id) SENSITIVE = [] include Aws::Structure end |