Class: Aws::FIS::Types::GetTargetAccountConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::GetTargetAccountConfigurationResponse
- 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.
1799 1800 1801 1802 1803 |
# File 'lib/aws-sdk-fis/types.rb', line 1799 class GetTargetAccountConfigurationResponse < Struct.new( :target_account_configuration) SENSITIVE = [] include Aws::Structure end |