Class: Aws::Types::ResolvedTargetResource
- Inherits:
-
Object
- Object
- Aws::Types::ResolvedTargetResource
- 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.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def resource_type @resource_type end |
#target_information ⇒ ::Hash[::String, ::String]
Returns the value of attribute target_information.
1127 1128 1129 |
# File 'sig/types.rbs', line 1127 def target_information @target_information end |
#target_name ⇒ ::String
Returns the value of attribute target_name.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def target_name @target_name end |