Class: Aws::Evs::Types::GetEnvironmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Evs::Types::GetEnvironmentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-evs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment ⇒ Types::Environment
A description of the requested environment.
Instance Attribute Details
#environment ⇒ Types::Environment
A description of the requested environment.
1127 1128 1129 1130 1131 |
# File 'lib/aws-sdk-evs/types.rb', line 1127 class GetEnvironmentResponse < Struct.new( :environment) SENSITIVE = [] include Aws::Structure end |