Class: Aws::Proton::Types::GetEnvironmentInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::GetEnvironmentInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the environment that you want to get the detailed data for.
 
Instance Attribute Details
#name ⇒ String
The name of the environment that you want to get the detailed data for.
      2832 2833 2834 2835 2836  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 2832 class GetEnvironmentInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end  |