Class: Aws::Types::CreateLogPatternRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLogPatternRequest
- 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.
105 106 107 |
# File 'sig/types.rbs', line 105 def pattern @pattern end |
#pattern_name ⇒ ::String
Returns the value of attribute pattern_name.
104 105 106 |
# File 'sig/types.rbs', line 104 def pattern_name @pattern_name end |
#pattern_set_name ⇒ ::String
Returns the value of attribute pattern_set_name.
103 104 105 |
# File 'sig/types.rbs', line 103 def pattern_set_name @pattern_set_name end |
#rank ⇒ ::Integer
Returns the value of attribute rank.
106 107 108 |
# File 'sig/types.rbs', line 106 def rank @rank end |
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
102 103 104 |
# File 'sig/types.rbs', line 102 def resource_group_name @resource_group_name end |