Class: Aws::Proton::Types::GetEnvironmentAccountConnectionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::GetEnvironmentAccountConnectionInput
- 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 that you want to get the detailed data for.
Instance Attribute Details
#id ⇒ String
The ID of the environment account connection that you want to get the detailed data for.
2807 2808 2809 2810 2811 |
# File 'lib/aws-sdk-proton/types.rb', line 2807 class GetEnvironmentAccountConnectionInput < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |