Class: Aws::Proton::Types::CreateEnvironmentOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Proton::Types::CreateEnvironmentOutput
 
- Defined in:
- gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #environment  ⇒ Types::Environment 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The environment detail data that's returned by Proton. 
Instance Attribute Details
#environment ⇒ Types::Environment
The environment detail data that's returned by Proton.
| 844 845 846 847 848 | # File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 844 class CreateEnvironmentOutput < Struct.new( :environment) SENSITIVE = [] include Aws::Structure end |