Class: Aws::FIS::Types::ResolvedTarget

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb

Overview

Describes a resolved target.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_typeString

The resource type of the target.

Returns:

  • (String)


1750
1751
1752
1753
1754
1755
1756
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1750

class ResolvedTarget < Struct.new(
  :resource_type,
  :target_name,
  :target_information)
  SENSITIVE = []
  include Aws::Structure
end

#target_informationHash<String,String>

Information about the target.

Returns:

  • (Hash<String,String>)


1750
1751
1752
1753
1754
1755
1756
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1750

class ResolvedTarget < Struct.new(
  :resource_type,
  :target_name,
  :target_information)
  SENSITIVE = []
  include Aws::Structure
end

#target_nameString

The name of the target.

Returns:

  • (String)


1750
1751
1752
1753
1754
1755
1756
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1750

class ResolvedTarget < Struct.new(
  :resource_type,
  :target_name,
  :target_information)
  SENSITIVE = []
  include Aws::Structure
end