Class: Aws::RTBFabric::Types::DeleteOutboundExternalLinkResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RTBFabric::Types::DeleteOutboundExternalLinkResponse
 
 
- Defined in:
 - gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #link_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the link.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the request.
 
Instance Attribute Details
#link_id ⇒ String
The unique identifier of the link.
      625 626 627 628 629 630  | 
    
      # File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 625 class DeleteOutboundExternalLinkResponse < Struct.new( :link_id, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the request.
      625 626 627 628 629 630  | 
    
      # File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 625 class DeleteOutboundExternalLinkResponse < Struct.new( :link_id, :status) SENSITIVE = [] include Aws::Structure end  |