Class: Aws::Types::DeleteV2LoggingLevelRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteV2LoggingLevelRequest
- 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.
1562 1563 1564 |
# File 'sig/types.rbs', line 1562 def target_name @target_name end |
#target_type ⇒ "DEFAULT", ...
Returns the value of attribute target_type.
1561 1562 1563 |
# File 'sig/types.rbs', line 1561 def target_type @target_type end |