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.
7627 7628 7629 7630 7631 |
# File 'lib/aws-sdk-ecs/types.rb', line 7627 class PutAccountSettingResponse < Struct.new( :setting) SENSITIVE = [] include Aws::Structure end |