Class: Aws::ECS::Types::PutAccountSettingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::PutAccountSettingResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
7208 7209 7210 7211 7212 |
# File 'lib/aws-sdk-ecs/types.rb', line 7208 class PutAccountSettingResponse < Struct.new( :setting) SENSITIVE = [] include Aws::Structure end |