Class: Aws::Types::FileAccessLog
- Inherits:
-
Object
- Object
- Aws::Types::FileAccessLog
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#format ⇒ Types::LoggingFormat
Returns the value of attribute format.
-
#path ⇒ ::String
Returns the value of attribute path.
Instance Attribute Details
#format ⇒ Types::LoggingFormat
Returns the value of attribute format.
382 383 384 |
# File 'sig/types.rbs', line 382 def format @format end |
#path ⇒ ::String
Returns the value of attribute path.
383 384 385 |
# File 'sig/types.rbs', line 383 def path @path end |