Class: Aws::Types::PutTargetsResultEntry
- Inherits:
-
Object
- Object
- Aws::Types::PutTargetsResultEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#target_id ⇒ ::String
Returns the value of attribute target_id.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
864 865 866 |
# File 'sig/types.rbs', line 864 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
865 866 867 |
# File 'sig/types.rbs', line 865 def end |
#target_id ⇒ ::String
Returns the value of attribute target_id.
863 864 865 |
# File 'sig/types.rbs', line 863 def target_id @target_id end |