Class: Aws::Artifact::Types::GetAccountSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Artifact::Types::GetAccountSettingsResponse
- Includes:
- Structure
- Defined in:
- 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.
75 76 77 78 79 |
# File 'lib/aws-sdk-artifact/types.rb', line 75 class GetAccountSettingsResponse < Struct.new( :account_settings) SENSITIVE = [] include Aws::Structure end |