Class: Aws::MQ::Types::DeleteBrokerOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::DeleteBrokerOutput
- Includes:
- Structure
- Defined in:
- 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.
1029 1030 1031 1032 1033 |
# File 'lib/aws-sdk-mq/types.rb', line 1029 class DeleteBrokerOutput < Struct.new( :broker_id) SENSITIVE = [] include Aws::Structure end |