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:



12954
12955
12956
12957
12958
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 12954

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