Class: Aws::Evs::Types::GetEnvironmentResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Evs::Types::GetEnvironmentResponse
 
- Defined in:
- gems/aws-sdk-evs/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.
| 767 768 769 770 771 | # File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 767 class GetEnvironmentResponse < Struct.new( :environment) SENSITIVE = [] include Aws::Structure end |