Class: Aws::Proton::Types::UpdateEnvironmentAccountConnectionOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-proton/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#environment_account_connectionTypes::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