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:



7680
7681
7682
7683
7684
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 7680

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