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.
8079 8080 8081 8082 8083 |
# File 'lib/aws-sdk-ecs/types.rb', line 8079 class PutAccountSettingResponse < Struct.new( :setting) SENSITIVE = [] include Aws::Structure end |