Class: Aws::QuickSight::Types::AccountSettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The Quick Sight settings associated with your Amazon Web Services account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_nameString

The "account name" you provided for the Quick Sight subscription in your Amazon Web Services account. You create this name when you sign up for Quick Sight. It is unique in all of Amazon Web Services and it appears only when users sign in.

Returns:

  • (String)


179
180
181
182
183
184
185
186
187
188
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 179

class AccountSettings < Struct.new(
  :account_name,
  :edition,
  :default_namespace,
  :notification_email,
  :public_sharing_enabled,
  :termination_protection_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#default_namespaceString

The default Quick Sight namespace for your Amazon Web Services account.

Returns:

  • (String)


179
180
181
182
183
184
185
186
187
188
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 179

class AccountSettings < Struct.new(
  :account_name,
  :edition,
  :default_namespace,
  :notification_email,
  :public_sharing_enabled,
  :termination_protection_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#editionString

The edition of Quick Sight that you're currently subscribed to: Enterprise edition or Standard edition.

Returns:

  • (String)


179
180
181
182
183
184
185
186
187
188
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 179

class AccountSettings < Struct.new(
  :account_name,
  :edition,
  :default_namespace,
  :notification_email,
  :public_sharing_enabled,
  :termination_protection_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#notification_emailString

The main notification email for your Quick Sight subscription.

Returns:

  • (String)


179
180
181
182
183
184
185
186
187
188
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 179

class AccountSettings < Struct.new(
  :account_name,
  :edition,
  :default_namespace,
  :notification_email,
  :public_sharing_enabled,
  :termination_protection_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#public_sharing_enabledBoolean

A Boolean value that indicates whether public sharing is turned on for an QuickSight account. For more information about turning on public sharing, see UpdatePublicSharingSettings.

Returns:

  • (Boolean)


179
180
181
182
183
184
185
186
187
188
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 179

class AccountSettings < Struct.new(
  :account_name,
  :edition,
  :default_namespace,
  :notification_email,
  :public_sharing_enabled,
  :termination_protection_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#termination_protection_enabledBoolean

A boolean value that determines whether or not an Quick Sight account can be deleted. A True value doesn't allow the account to be deleted and results in an error message if a user tries to make a DeleteAccountSubsctiption request. A False value will allow the ccount to be deleted.

Returns:

  • (Boolean)


179
180
181
182
183
184
185
186
187
188
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 179

class AccountSettings < Struct.new(
  :account_name,
  :edition,
  :default_namespace,
  :notification_email,
  :public_sharing_enabled,
  :termination_protection_enabled)
  SENSITIVE = []
  include Aws::Structure
end