Class: Aws::Types::ResolvedTarget
- Inherits:
-
Object
- Object
- Aws::Types::ResolvedTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#target_information ⇒ ::Hash[::String, ::String]
Returns the value of attribute target_information.
-
#target_name ⇒ ::String
Returns the value of attribute target_name.
Instance Attribute Details
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
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.
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.
646 647 648 |
# File 'sig/types.rbs', line 646 def target_name @target_name end |