Class: Aws::Types::AccessLogSettings
- Inherits:
-
Object
- Object
- Aws::Types::AccessLogSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
-
#format ⇒ ::String
Returns the value of attribute format.
Instance Attribute Details
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
13 14 15 |
# File 'sig/types.rbs', line 13 def destination_arn @destination_arn end |
#format ⇒ ::String
Returns the value of attribute format.
12 13 14 |
# File 'sig/types.rbs', line 12 def format @format end |