Class: Aws::ElasticBeanstalk::Types::Queue

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticbeanstalk/types.rb

Overview

Describes a queue.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the queue.

Returns:

  • (String)


3548
3549
3550
3551
3552
3553
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3548

class Queue < Struct.new(
  :name,
  :url)
  SENSITIVE = []
  include Aws::Structure
end

#urlString

The URL of the queue.

Returns:

  • (String)


3548
3549
3550
3551
3552
3553
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3548

class Queue < Struct.new(
  :name,
  :url)
  SENSITIVE = []
  include Aws::Structure
end