Class: Aws::PCS::Types::CreateQueueResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#queueTypes::Queue

A queue resource.

Returns:



707
708
709
710
711
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 707

class CreateQueueResponse < Struct.new(
  :queue)
  SENSITIVE = []
  include Aws::Structure
end