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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#attributesArray<Types::Attribute>

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

Returns:



1678
1679
1680
1681
# File 'lib/aws-sdk-ecs/types.rb', line 1678

class DeleteAttributesResponse < Struct.new(
  :attributes)
  include Aws::Structure
end