Class: Aws::Types::DeleteRealtimeLogConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRealtimeLogConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
986 987 988 |
# File 'sig/types.rbs', line 986 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
985 986 987 |
# File 'sig/types.rbs', line 985 def name @name end |