Class: Aws::Types::UpdateLogPatternRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLogPatternRequest
- 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.
-
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
Instance Attribute Details
#pattern ⇒ ::String
Returns the value of attribute pattern.
568 569 570 |
# File 'sig/types.rbs', line 568 def pattern @pattern end |
#pattern_name ⇒ ::String
Returns the value of attribute pattern_name.
567 568 569 |
# File 'sig/types.rbs', line 567 def pattern_name @pattern_name end |
#pattern_set_name ⇒ ::String
Returns the value of attribute pattern_set_name.
566 567 568 |
# File 'sig/types.rbs', line 566 def pattern_set_name @pattern_set_name end |
#rank ⇒ ::Integer
Returns the value of attribute rank.
569 570 571 |
# File 'sig/types.rbs', line 569 def rank @rank end |
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
565 566 567 |
# File 'sig/types.rbs', line 565 def resource_group_name @resource_group_name end |