Class: Aws::Proton::Types::AcceptEnvironmentAccountConnectionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::AcceptEnvironmentAccountConnectionInput
- 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.
Instance Attribute Details
#id ⇒ String
The ID of the environment account connection.
19 20 21 22 23 |
# File 'lib/aws-sdk-proton/types.rb', line 19 class AcceptEnvironmentAccountConnectionInput < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |