Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 513 Bytes

GatewayMessageQueueInfo.md

File metadata and controls

24 lines (18 loc) · 513 Bytes

Akeyless::GatewayMessageQueueInfo

Properties

Name Type Description Notes
broadcast_queue_name_a String [optional]
mq_type String [optional]
queue_name String [optional]
queue_url String [optional]

Example

require 'akeyless'

instance = Akeyless::GatewayMessageQueueInfo.new(
  broadcast_queue_name_a: null,
  mq_type: null,
  queue_name: null,
  queue_url: null
)