Class: Aws::DataZone::Types::DeleteConnectionOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DataZone::Types::DeleteConnectionOutput
 
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The status of the action. 
Instance Attribute Details
#status ⇒ String
The status of the action.
| 6123 6124 6125 6126 6127 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6123 class DeleteConnectionOutput < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |