Class: Aws::Types::LogPattern
- Inherits:
-
Object
- Object
- Aws::Types::LogPattern
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#pattern ⇒ ::String
Returns the value of attribute pattern.
-
#pattern_name ⇒ ::String
Returns the value of attribute pattern_name.
-
#pattern_set_name ⇒ ::String
Returns the value of attribute pattern_set_name.
-
#rank ⇒ ::Integer
Returns the value of attribute rank.
Instance Attribute Details
#pattern ⇒ ::String
Returns the value of attribute pattern.
389 390 391 |
# File 'sig/types.rbs', line 389 def pattern @pattern end |
#pattern_name ⇒ ::String
Returns the value of attribute pattern_name.
388 389 390 |
# File 'sig/types.rbs', line 388 def pattern_name @pattern_name end |
#pattern_set_name ⇒ ::String
Returns the value of attribute pattern_set_name.
387 388 389 |
# File 'sig/types.rbs', line 387 def pattern_set_name @pattern_set_name end |
#rank ⇒ ::Integer
Returns the value of attribute rank.
390 391 392 |
# File 'sig/types.rbs', line 390 def rank @rank end |