Class: Aws::PCS::Types::QueueSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::PCS::Types::QueueSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcs/types.rb
Overview
The object returned by the ‘ListQueues` API action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The unique Amazon Resource Name (ARN) of the queue.
-
#cluster_id ⇒ String
The ID of the cluster of the queue.
-
#created_at ⇒ Time
The date and time the resource was created.
-
#id ⇒ String
The generated unique ID of the queue.
-
#modified_at ⇒ Time
The date and time the resource was modified.
-
#name ⇒ String
The name that identifies the queue.
-
#status ⇒ String
The provisioning status of the queue.
Instance Attribute Details
#arn ⇒ String
The unique Amazon Resource Name (ARN) of the queue.
1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 |
# File 'lib/aws-sdk-pcs/types.rb', line 1363 class QueueSummary < Struct.new( :name, :id, :arn, :cluster_id, :created_at, :modified_at, :status) SENSITIVE = [] include Aws::Structure end |
#cluster_id ⇒ String
The ID of the cluster of the queue.
1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 |
# File 'lib/aws-sdk-pcs/types.rb', line 1363 class QueueSummary < Struct.new( :name, :id, :arn, :cluster_id, :created_at, :modified_at, :status) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time the resource was created.
1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 |
# File 'lib/aws-sdk-pcs/types.rb', line 1363 class QueueSummary < Struct.new( :name, :id, :arn, :cluster_id, :created_at, :modified_at, :status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The generated unique ID of the queue.
1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 |
# File 'lib/aws-sdk-pcs/types.rb', line 1363 class QueueSummary < Struct.new( :name, :id, :arn, :cluster_id, :created_at, :modified_at, :status) SENSITIVE = [] include Aws::Structure end |
#modified_at ⇒ Time
The date and time the resource was modified.
1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 |
# File 'lib/aws-sdk-pcs/types.rb', line 1363 class QueueSummary < Struct.new( :name, :id, :arn, :cluster_id, :created_at, :modified_at, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name that identifies the queue.
1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 |
# File 'lib/aws-sdk-pcs/types.rb', line 1363 class QueueSummary < Struct.new( :name, :id, :arn, :cluster_id, :created_at, :modified_at, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The provisioning status of the queue.
<note markdown=“1”> The provisioning status doesn’t indicate the overall health of the queue.
</note>
1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 |
# File 'lib/aws-sdk-pcs/types.rb', line 1363 class QueueSummary < Struct.new( :name, :id, :arn, :cluster_id, :created_at, :modified_at, :status) SENSITIVE = [] include Aws::Structure end |