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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#settingTypes::Setting

The account setting for the specified principal ARN.

Returns:



3202
3203
3204
3205
3206
# File 'lib/aws-sdk-ecs/types.rb', line 3202

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