Class: Aws::Types::LogTarget
- Inherits:
-
Object
- Object
- Aws::Types::LogTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#target_name ⇒ ::String
Returns the value of attribute target_name.
-
#target_type ⇒ "DEFAULT", ...
Returns the value of attribute target_type.
Instance Attribute Details
#target_name ⇒ ::String
Returns the value of attribute target_name.
3866 3867 3868 |
# File 'sig/types.rbs', line 3866 def target_name @target_name end |
#target_type ⇒ "DEFAULT", ...
Returns the value of attribute target_type.
3865 3866 3867 |
# File 'sig/types.rbs', line 3865 def target_type @target_type end |