Class: Aws::ECS::Types::PutAccountSettingDefaultResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::PutAccountSettingDefaultResponse
- Includes:
- Structure
- Defined in:
- 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.
7931 7932 7933 7934 7935 |
# File 'lib/aws-sdk-ecs/types.rb', line 7931 class PutAccountSettingDefaultResponse < Struct.new( :setting) SENSITIVE = [] include Aws::Structure end |