Class: Aws::Proton::Types::DeleteEnvironmentAccountConnectionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::DeleteEnvironmentAccountConnectionInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the environment account connection to delete.
Instance Attribute Details
#id ⇒ String
The ID of the environment account connection to delete.
1506 1507 1508 1509 1510 |
# File 'lib/aws-sdk-proton/types.rb', line 1506 class DeleteEnvironmentAccountConnectionInput < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |