Class: Aws::Proton::Types::GetEnvironmentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::GetEnvironmentOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment ⇒ Types::Environment
The detailed data of the requested environment.
Instance Attribute Details
#environment ⇒ Types::Environment
The detailed data of the requested environment.
2844 2845 2846 2847 2848 |
# File 'lib/aws-sdk-proton/types.rb', line 2844 class GetEnvironmentOutput < Struct.new( :environment) SENSITIVE = [] include Aws::Structure end |