Class: Aws::Proton::Types::DeleteEnvironmentAccountConnectionOutput

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 detailed data of the environment account connection being deleted.



1519
1520
1521
1522
1523
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1519

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