Class: Aws::Proton::Types::UpdateAccountSettingsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::UpdateAccountSettingsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_settings ⇒ Types::AccountSettings
The Proton pipeline service role and repository data shared across the Amazon Web Services account.
Instance Attribute Details
#account_settings ⇒ Types::AccountSettings
The Proton pipeline service role and repository data shared across the Amazon Web Services account.
5854 5855 5856 5857 5858 |
# File 'lib/aws-sdk-proton/types.rb', line 5854 class UpdateAccountSettingsOutput < Struct.new( :account_settings) SENSITIVE = [] include Aws::Structure end |