Class: Aws::PCS::Types::GetQueueRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifierString

The name or ID of the cluster of the queue.

Returns:

  • (String)


957
958
959
960
961
962
# File 'lib/aws-sdk-pcs/types.rb', line 957

class GetQueueRequest < Struct.new(
  :cluster_identifier,
  :queue_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#queue_identifierString

The name or ID of the queue.

Returns:

  • (String)


957
958
959
960
961
962
# File 'lib/aws-sdk-pcs/types.rb', line 957

class GetQueueRequest < Struct.new(
  :cluster_identifier,
  :queue_identifier)
  SENSITIVE = []
  include Aws::Structure
end