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:



2084
2085
2086
2087
2088
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 2084

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