Class: Aws::Types::ELBLoadBalancerLoggingParameters
- Inherits:
-
Object
- Object
- Aws::Types::ELBLoadBalancerLoggingParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_delimiter ⇒ ::String
Returns the value of attribute field_delimiter.
-
#output_format ⇒ "plain", "json"
Returns the value of attribute output_format.
Instance Attribute Details
#field_delimiter ⇒ ::String
Returns the value of attribute field_delimiter.
210 211 212 |
# File 'sig/types.rbs', line 210 def field_delimiter @field_delimiter end |
#output_format ⇒ "plain", "json"
Returns the value of attribute output_format.
209 210 211 |
# File 'sig/types.rbs', line 209 def output_format @output_format end |