Class: Aws::Proton::Types::UpdateEnvironmentAccountConnectionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::UpdateEnvironmentAccountConnectionOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment_account_connection ⇒ Types::EnvironmentAccountConnection
The environment account connection detail data that’s returned by Proton.
Instance Attribute Details
#environment_account_connection ⇒ Types::EnvironmentAccountConnection
The environment account connection detail data that’s returned by Proton.
6009 6010 6011 6012 6013 |
# File 'lib/aws-sdk-proton/types.rb', line 6009 class UpdateEnvironmentAccountConnectionOutput < Struct.new( :environment_account_connection) SENSITIVE = [] include Aws::Structure end |