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

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 account setting for the specified principal ARN.

Returns:



3257
3258
3259
3260
3261
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 3257

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