Class: Aws::Artifact::Types::AccountSettings

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

Overview

Account settings for the customer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#notification_subscription_statusString

Notification subscription status of the customer.

Returns:

  • (String)


34
35
36
37
38
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 34

class AccountSettings < Struct.new(
  :notification_subscription_status)
  SENSITIVE = []
  include Aws::Structure
end