Class: Aws::QuickSight::Types::DescribeAccountSubscriptionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeAccountSubscriptionResponse
- Defined in:
- gems/aws-sdk-quicksight/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 Quick Sight account name.
The edition of Quick Sight that your account is using.
The notification email address that is associated with the Amazon Quick Sight account.
The authentication type of the Quick Sight account.
The status of the Quick Sight account's subscription.
14219 14220 14221 14222 14223 14224 14225 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14219 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.
14219 14220 14221 14222 14223 14224 14225 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14219 class DescribeAccountSubscriptionResponse < Struct.new( :account_info, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
14219 14220 14221 14222 14223 14224 14225 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14219 class DescribeAccountSubscriptionResponse < Struct.new( :account_info, :status, :request_id) SENSITIVE = [] include Aws::Structure end |