Class: Aws::PCS::Types::UpdateQueueResponse

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:



1887
1888
1889
1890
1891
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1887

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