Class: Aws::Proton::Types::AcceptEnvironmentAccountConnectionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::AcceptEnvironmentAccountConnectionOutput
- Defined in:
- gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment_account_connection ⇒ Types::EnvironmentAccountConnection
The environment account connection data that's returned by Proton.
Instance Attribute Details
#environment_account_connection ⇒ Types::EnvironmentAccountConnection
The environment account connection data that's returned by Proton.
31 32 33 34 35 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 31 class AcceptEnvironmentAccountConnectionOutput < Struct.new( :environment_account_connection) SENSITIVE = [] include Aws::Structure end |