Class: Aws::FIS::Types::DeleteTargetAccountConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::DeleteTargetAccountConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#target_account_configuration ⇒ Types::TargetAccountConfiguration
Information about the target account configuration.
Instance Attribute Details
#target_account_configuration ⇒ Types::TargetAccountConfiguration
Information about the target account configuration.
474 475 476 477 478 |
# File 'lib/aws-sdk-fis/types.rb', line 474 class DeleteTargetAccountConfigurationResponse < Struct.new( :target_account_configuration) SENSITIVE = [] include Aws::Structure end |