Class: Aws::PCS::Types::GetQueueRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PCS::Types::GetQueueRequest
- Defined in:
- gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ String
The name or ID of the cluster of the queue.
-
#queue_identifier ⇒ String
The name or ID of the queue.
Instance Attribute Details
#cluster_identifier ⇒ String
The name or ID of the cluster of the queue.
1101 1102 1103 1104 1105 1106 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1101 class GetQueueRequest < Struct.new( :cluster_identifier, :queue_identifier) SENSITIVE = [] include Aws::Structure end |
#queue_identifier ⇒ String
The name or ID of the queue.
1101 1102 1103 1104 1105 1106 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1101 class GetQueueRequest < Struct.new( :cluster_identifier, :queue_identifier) SENSITIVE = [] include Aws::Structure end |