Class: Aws::ECS::Types::DeleteAccountSettingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::DeleteAccountSettingResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#setting ⇒ Types::Setting
The account setting for the specified principal ARN.
Instance Attribute Details
#setting ⇒ Types::Setting
The account setting for the specified principal ARN.
3292 3293 3294 3295 3296 |
# File 'lib/aws-sdk-ecs/types.rb', line 3292 class DeleteAccountSettingResponse < Struct.new( :setting) SENSITIVE = [] include Aws::Structure end |