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.
8154 8155 8156 8157 8158 |
# File 'lib/aws-sdk-ecs/types.rb', line 8154 class PutAccountSettingResponse < Struct.new( :setting) SENSITIVE = [] include Aws::Structure end |