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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



3305
3306
3307
3308
3309
# File 'lib/aws-sdk-ecs/types.rb', line 3305

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