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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticbeanstalk/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)


3551
3552
3553
3554
3555
3556
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3551

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

#urlString

The URL of the queue.

Returns:

  • (String)


3551
3552
3553
3554
3555
3556
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3551

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