Class: Aws::MQ::Types::PromoteResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#broker_idString

Returns:

  • (String)


2478
2479
2480
2481
2482
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2478

class PromoteResponse < Struct.new(
  :broker_id)
  SENSITIVE = []
  include Aws::Structure
end