Class: Aws::Proton::Types::RejectEnvironmentAccountConnectionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::RejectEnvironmentAccountConnectionInput
- 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 reject.
Instance Attribute Details
#id ⇒ String
The ID of the environment account connection to reject.
4393 4394 4395 4396 4397 |
# File 'lib/aws-sdk-proton/types.rb', line 4393 class RejectEnvironmentAccountConnectionInput < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |