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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-proton/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 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 6009

class UpdateEnvironmentAccountConnectionOutput < Struct.new(
  :environment_account_connection)
  SENSITIVE = []
  include Aws::Structure
end