Class: Aws::Proton::Types::DeleteEnvironmentAccountConnectionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::DeleteEnvironmentAccountConnectionOutput
- 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 detailed data of the environment account connection being deleted.
Instance Attribute Details
#environment_account_connection ⇒ Types::EnvironmentAccountConnection
The detailed data of the environment account connection being deleted.
1519 1520 1521 1522 1523 |
# File 'lib/aws-sdk-proton/types.rb', line 1519 class DeleteEnvironmentAccountConnectionOutput < Struct.new( :environment_account_connection) SENSITIVE = [] include Aws::Structure end |