Class: Aws::ElasticBeanstalk::Types::Queue
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::Queue
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticbeanstalk/types.rb
Overview
Describes a queue.
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the queue.
-
#url ⇒ String
The URL of the queue.
Instance Attribute Details
#name ⇒ String
The name of the queue.
3392 3393 3394 3395 3396 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3392 class Queue < Struct.new( :name, :url) include Aws::Structure end |
#url ⇒ String
The URL of the queue.
3392 3393 3394 3395 3396 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3392 class Queue < Struct.new( :name, :url) include Aws::Structure end |