Class: Aws::ECS::Types::DeleteAccountSettingResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ECS::Types::DeleteAccountSettingResponse
 
- Defined in:
- gems/aws-sdk-ecs/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.
| 3609 3610 3611 3612 3613 | # File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 3609 class DeleteAccountSettingResponse < Struct.new( :setting) SENSITIVE = [] include Aws::Structure end |