Class: Aws::Types::TargetSummary
- Inherits:
-
Object
- Object
- Aws::Types::TargetSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#target_address ⇒ ::String
Returns the value of attribute target_address.
-
#target_status ⇒ "PENDING", ...
Returns the value of attribute target_status.
-
#target_type ⇒ ::String
Returns the value of attribute target_type.
Instance Attribute Details
#target_address ⇒ ::String
Returns the value of attribute target_address.
213 214 215 |
# File 'sig/types.rbs', line 213 def target_address @target_address end |
#target_status ⇒ "PENDING", ...
Returns the value of attribute target_status.
215 216 217 |
# File 'sig/types.rbs', line 215 def target_status @target_status end |
#target_type ⇒ ::String
Returns the value of attribute target_type.
214 215 216 |
# File 'sig/types.rbs', line 214 def target_type @target_type end |