Class: Aws::Types::GetLogObjectRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetLogObjectRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#log_object_pointer ⇒ ::String
Returns the value of attribute log_object_pointer.
-
#unmask ⇒ Boolean
Returns the value of attribute unmask.
Instance Attribute Details
#log_object_pointer ⇒ ::String
Returns the value of attribute log_object_pointer.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def log_object_pointer @log_object_pointer end |
#unmask ⇒ Boolean
Returns the value of attribute unmask.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def unmask @unmask end |