Class: Aws::MQ::Types::DeleteBrokerOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MQ::Types::DeleteBrokerOutput
 
 
- Defined in:
 - gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb
 
Overview
Returns information about the deleted broker.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #broker_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique ID that Amazon MQ generates for the broker.
 
Instance Attribute Details
#broker_id ⇒ String
The unique ID that Amazon MQ generates for the broker.
      1031 1032 1033 1034 1035  | 
    
      # File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1031 class DeleteBrokerOutput < Struct.new( :broker_id) SENSITIVE = [] include Aws::Structure end  |