Class: Aws::ECS::Types::DeleteAttributesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesArray<Types::Attribute>

A list of attribute objects that were successfully deleted from your resource.

Returns:



3293
3294
3295
3296
3297
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 3293

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