Class: Aws::QuickSight::Types::DescribeAccountSubscriptionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeAccountSubscriptionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_info ⇒ Types::AccountInfo
A structure that contains the following elements:.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#account_info ⇒ Types::AccountInfo
A structure that contains the following elements:
-
Your Amazon QuickSight account name.
-
The edition of Amazon QuickSight that your account is using.
-
The notification email address that is associated with the Amazon QuickSight account.
-
The authentication type of the Amazon QuickSight account.
-
The status of the Amazon QuickSight account’s subscription.
11330 11331 11332 11333 11334 11335 11336 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11330 class DescribeAccountSubscriptionResponse < Struct.new( :account_info, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
11330 11331 11332 11333 11334 11335 11336 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11330 class DescribeAccountSubscriptionResponse < Struct.new( :account_info, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
11330 11331 11332 11333 11334 11335 11336 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11330 class DescribeAccountSubscriptionResponse < Struct.new( :account_info, :status, :request_id) SENSITIVE = [] include Aws::Structure end |