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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_settingsTypes::AccountSettings

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

In the QuickSight console, the Amazon 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 Amazon QuickSight service for your Amazon Web Services account. The edition that you subscribe to applies to Amazon QuickSight in every Amazon Web Services Region where you use it.



10761
10762
10763
10764
10765
10766
10767
# File 'lib/aws-sdk-quicksight/types.rb', line 10761

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)


10761
10762
10763
10764
10765
10766
10767
# File 'lib/aws-sdk-quicksight/types.rb', line 10761

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


10761
10762
10763
10764
10765
10766
10767
# File 'lib/aws-sdk-quicksight/types.rb', line 10761

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