Class: Aws::ECS::Types::PutAccountSettingDefaultResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::PutAccountSettingDefaultResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
Instance Attribute Summary collapse
-
#setting ⇒ Types::Setting
The current account setting for a resource.
Instance Attribute Details
#setting ⇒ Types::Setting
The current account setting for a resource.
6179 6180 6181 6182 |
# File 'lib/aws-sdk-ecs/types.rb', line 6179 class PutAccountSettingDefaultResponse < Struct.new( :setting) include Aws::Structure end |