Class: Aws::Types::DeleteLogPatternRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteLogPatternRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#pattern_name ⇒ ::String
Returns the value of attribute pattern_name.
-
#pattern_set_name ⇒ ::String
Returns the value of attribute pattern_set_name.
-
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
Instance Attribute Details
#pattern_name ⇒ ::String
Returns the value of attribute pattern_name.
136 137 138 |
# File 'sig/types.rbs', line 136 def pattern_name @pattern_name end |
#pattern_set_name ⇒ ::String
Returns the value of attribute pattern_set_name.
135 136 137 |
# File 'sig/types.rbs', line 135 def pattern_set_name @pattern_set_name end |
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
134 135 136 |
# File 'sig/types.rbs', line 134 def resource_group_name @resource_group_name end |