Class: Aws::Proton::Types::CreateEnvironmentAccountConnectionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::CreateEnvironmentAccountConnectionOutput
- 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 environment account connection detail data that’s returned by Proton.
Instance Attribute Details
#environment_account_connection ⇒ Types::EnvironmentAccountConnection
The environment account connection detail data that’s returned by Proton.
702 703 704 705 706 |
# File 'lib/aws-sdk-proton/types.rb', line 702 class CreateEnvironmentAccountConnectionOutput < Struct.new( :environment_account_connection) SENSITIVE = [] include Aws::Structure end |