Class: Aws::Artifact::Types::PutAccountSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Artifact::Types::PutAccountSettingsResponse
- Defined in:
- gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_settings ⇒ Types::AccountSettings
Account settings for the customer.
Instance Attribute Details
#account_settings ⇒ Types::AccountSettings
Account settings for the customer.
248 249 250 251 252 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 248 class PutAccountSettingsResponse < Struct.new( :account_settings) SENSITIVE = [] include Aws::Structure end |