Class: Aws::QuickSight::Types::DescribeAccountSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeAccountSettingsResponse
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_settings ⇒ Types::AccountSettings
The QuickSight settings for this AWS account.
-
#request_id ⇒ String
The AWS request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#account_settings ⇒ Types::AccountSettings
The QuickSight settings for this AWS account. This information includes the edition of Amazon QuickSight that you subscribed to (Standard or Enterprise) and the notification email for the QuickSight subscription. In the QuickSight console, the QuickSight subscription is sometimes referred to as a QuickSight "account" even though it's technically not an account by itself. Instead, it's a subscription to the QuickSight service for your AWS account. The edition that you subscribe to applies to QuickSight in every AWS Region where you use it.
4914 4915 4916 4917 4918 4919 4920 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4914 class DescribeAccountSettingsResponse < Struct.new( :account_settings, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The AWS request ID for this operation.
4914 4915 4916 4917 4918 4919 4920 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4914 class DescribeAccountSettingsResponse < Struct.new( :account_settings, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
4914 4915 4916 4917 4918 4919 4920 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4914 class DescribeAccountSettingsResponse < Struct.new( :account_settings, :request_id, :status) SENSITIVE = [] include Aws::Structure end |