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.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def resource_type @resource_type end |
#target_information ⇒ ::Hash[::String, ::String]
Returns the value of attribute target_information.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def target_information @target_information end |
#target_name ⇒ ::String
Returns the value of attribute target_name.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def target_name @target_name end |