Class: Aws::QuickSight::Types::DescribeAccountSubscriptionResponse

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_infoTypes::AccountInfo

A structure that contains the following elements:

  • Your Amazon QuickSight account name.

  • The edition of Amazon QuickSight that your account is using.

  • The notification email address that is associated with the Amazon QuickSight account.

  • The authentication type of the Amazon QuickSight account.

  • The status of the Amazon QuickSight account’s subscription.

Returns:



12048
12049
12050
12051
12052
12053
12054
# File 'lib/aws-sdk-quicksight/types.rb', line 12048

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

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


12048
12049
12050
12051
12052
12053
12054
# File 'lib/aws-sdk-quicksight/types.rb', line 12048

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


12048
12049
12050
12051
12052
12053
12054
# File 'lib/aws-sdk-quicksight/types.rb', line 12048

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