Class: Aws::Artifact::Types::AccountSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::Artifact::Types::AccountSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-artifact/types.rb
Overview
Account settings for the customer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#notification_subscription_status ⇒ String
Notification subscription status of the customer.
Instance Attribute Details
#notification_subscription_status ⇒ String
Notification subscription status of the customer.
34 35 36 37 38 |
# File 'lib/aws-sdk-artifact/types.rb', line 34 class AccountSettings < Struct.new( :notification_subscription_status) SENSITIVE = [] include Aws::Structure end |