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.
267 268 269 270 271 |
# File 'lib/aws-sdk-artifact/types.rb', line 267 class GetAccountSettingsResponse < Struct.new( :account_settings) SENSITIVE = [] include Aws::Structure end |