Class: Aws::Types::ExpressGatewayServiceAwsLogsConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ExpressGatewayServiceAwsLogsConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#log_group ⇒ ::String
Returns the value of attribute log_group.
-
#log_stream_prefix ⇒ ::String
Returns the value of attribute log_stream_prefix.
Instance Attribute Details
#log_group ⇒ ::String
Returns the value of attribute log_group.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def log_group @log_group end |
#log_stream_prefix ⇒ ::String
Returns the value of attribute log_stream_prefix.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def log_stream_prefix @log_stream_prefix end |