Class: Aws::Types::Target
- Inherits:
-
Object
- Object
- Aws::Types::Target
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#target_address ⇒ ::String
Returns the value of attribute target_address.
-
#target_type ⇒ ::String
Returns the value of attribute target_type.
Instance Attribute Details
#target_address ⇒ ::String
Returns the value of attribute target_address.
208 209 210 |
# File 'sig/types.rbs', line 208 def target_address @target_address end |
#target_type ⇒ ::String
Returns the value of attribute target_type.
207 208 209 |
# File 'sig/types.rbs', line 207 def target_type @target_type end |