Class: Aws::FIS::Types::ResolvedTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ResolvedTarget
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
Describes a resolved target.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_type ⇒ String
The resource type of the target.
-
#target_information ⇒ Hash<String,String>
Information about the target.
-
#target_name ⇒ String
The name of the target.
Instance Attribute Details
#resource_type ⇒ String
The resource type of the target.
1805 1806 1807 1808 1809 1810 1811 |
# File 'lib/aws-sdk-fis/types.rb', line 1805 class ResolvedTarget < Struct.new( :resource_type, :target_name, :target_information) SENSITIVE = [] include Aws::Structure end |
#target_information ⇒ Hash<String,String>
Information about the target.
1805 1806 1807 1808 1809 1810 1811 |
# File 'lib/aws-sdk-fis/types.rb', line 1805 class ResolvedTarget < Struct.new( :resource_type, :target_name, :target_information) SENSITIVE = [] include Aws::Structure end |
#target_name ⇒ String
The name of the target.
1805 1806 1807 1808 1809 1810 1811 |
# File 'lib/aws-sdk-fis/types.rb', line 1805 class ResolvedTarget < Struct.new( :resource_type, :target_name, :target_information) SENSITIVE = [] include Aws::Structure end |