Class: Aws::ECS::Types::DeleteAccountSettingResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#settingTypes::Setting

The account setting for the specified principal ARN.

Returns:



1943
1944
1945
1946
# File 'lib/aws-sdk-ecs/types.rb', line 1943

class DeleteAccountSettingResponse < Struct.new(
  :setting)
  include Aws::Structure
end