Class: Aws::Types::ResolvedTarget

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


645
646
647
# File 'sig/types.rbs', line 645

def resource_type
  @resource_type
end

#target_information::Hash[::String, ::String]

Returns the value of attribute target_information.

Returns:

  • (::Hash[::String, ::String])


647
648
649
# File 'sig/types.rbs', line 647

def target_information
  @target_information
end

#target_name::String

Returns the value of attribute target_name.

Returns:

  • (::String)


646
647
648
# File 'sig/types.rbs', line 646

def target_name
  @target_name
end