Class: Aws::QuickSight::Types::DescribeAccountSettingsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_settingsTypes::AccountSettings

The Amazon Quick Sight settings for this Amazon Web Services account. This information includes the edition of Amazon Quick Sight that you subscribed to (Standard or Enterprise) and the notification email for the Amazon Quick Sight subscription.

In the Quick Sight console, the Amazon Quick Sight subscription is sometimes referred to as a Quick Sight "account" even though it's technically not an account by itself. Instead, it's a subscription to the Amazon Quick Sight service for your Amazon Web Services account. The edition that you subscribe to applies to Quick Suite in every Amazon Web Services Region where you use it.



14173
14174
14175
14176
14177
14178
14179
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14173

class DescribeAccountSettingsResponse < Struct.new(
  :account_settings,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


14173
14174
14175
14176
14177
14178
14179
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14173

class DescribeAccountSettingsResponse < Struct.new(
  :account_settings,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


14173
14174
14175
14176
14177
14178
14179
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14173

class DescribeAccountSettingsResponse < Struct.new(
  :account_settings,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end