Class: Aws::ECS::Types::PutAccountSettingResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#settingTypes::Setting

The current account setting for a resource.

Returns:



8566
8567
8568
8569
8570
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 8566

class PutAccountSettingResponse < Struct.new(
  :setting)
  SENSITIVE = []
  include Aws::Structure
end