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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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_informationHash<String,String>

Information about the target.

Returns:

  • (Hash<String,String>)


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_nameString

The name of the target.

Returns:

  • (String)


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