Class: Aws::ECS::Types::DeleteAttributesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::DeleteAttributesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Array<Types::Attribute>
A list of attribute objects that were successfully deleted from your resource.
Instance Attribute Details
#attributes ⇒ Array<Types::Attribute>
A list of attribute objects that were successfully deleted from your resource.
3237 3238 3239 3240 3241 |
# File 'lib/aws-sdk-ecs/types.rb', line 3237 class DeleteAttributesResponse < Struct.new( :attributes) SENSITIVE = [] include Aws::Structure end |