Class: Aws::ECS::Types::PutAccountSettingDefaultResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::PutAccountSettingDefaultResponse
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#setting ⇒ Types::Setting
The current setting for a resource.
Instance Attribute Details
#setting ⇒ Types::Setting
The current setting for a resource.
8038 8039 8040 8041 8042 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 8038 class PutAccountSettingDefaultResponse < Struct.new( :setting) SENSITIVE = [] include Aws::Structure end |