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.



2986
2987
2988
2989
# File 'lib/aws-sdk-ecs/types.rb', line 2986

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