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

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

Overview

<zonbook />

<xhtml />

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:



5053
5054
5055
5056
5057
# File 'lib/aws-sdk-ecs/types.rb', line 5053

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