Class: Aws::Proton::Types::DeleteEnvironmentInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::DeleteEnvironmentInput
 
 
- 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 to delete.
 
Instance Attribute Details
#name ⇒ String
The name of the environment to delete.
      1531 1532 1533 1534 1535  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 1531 class DeleteEnvironmentInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end  |