Class: Aws::QuickSight::Types::AccountSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AccountSettings
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The Amazon QuickSight settings associated with your Amazon Web Services account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_name ⇒ String
The "account name" you provided for the Amazon QuickSight subscription in your Amazon Web Services account.
-
#default_namespace ⇒ String
The default Amazon QuickSight namespace for your Amazon Web Services account.
-
#edition ⇒ String
The edition of Amazon QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.
-
#notification_email ⇒ String
The main notification email for your Amazon QuickSight subscription.
Instance Attribute Details
#account_name ⇒ String
The "account name" you provided for the Amazon QuickSight subscription in your Amazon Web Services account. You create this name when you sign up for Amazon QuickSight. It is unique in all of Amazon Web Services and it appears only when users sign in.
90 91 92 93 94 95 96 97 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 90 class AccountSettings < Struct.new( :account_name, :edition, :default_namespace, :notification_email) SENSITIVE = [] include Aws::Structure end |
#default_namespace ⇒ String
The default Amazon QuickSight namespace for your Amazon Web Services account.
90 91 92 93 94 95 96 97 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 90 class AccountSettings < Struct.new( :account_name, :edition, :default_namespace, :notification_email) SENSITIVE = [] include Aws::Structure end |
#edition ⇒ String
The edition of Amazon QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.
90 91 92 93 94 95 96 97 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 90 class AccountSettings < Struct.new( :account_name, :edition, :default_namespace, :notification_email) SENSITIVE = [] include Aws::Structure end |
#notification_email ⇒ String
The main notification email for your Amazon QuickSight subscription.
90 91 92 93 94 95 96 97 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 90 class AccountSettings < Struct.new( :account_name, :edition, :default_namespace, :notification_email) SENSITIVE = [] include Aws::Structure end |