Class: Aws::Proton::Types::GetEnvironmentAccountConnectionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::GetEnvironmentAccountConnectionOutput
- 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 detailed data of the requested environment account connection.
Instance Attribute Details
#environment_account_connection ⇒ Types::EnvironmentAccountConnection
The detailed data of the requested environment account connection.
2819 2820 2821 2822 2823 |
# File 'lib/aws-sdk-proton/types.rb', line 2819 class GetEnvironmentAccountConnectionOutput < Struct.new( :environment_account_connection) SENSITIVE = [] include Aws::Structure end |