Class: Aws::Types::UpdateLogPatternResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLogPatternResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#log_pattern ⇒ Types::LogPattern
Returns the value of attribute log_pattern.
-
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
Instance Attribute Details
#log_pattern ⇒ Types::LogPattern
Returns the value of attribute log_pattern.
575 576 577 |
# File 'sig/types.rbs', line 575 def log_pattern @log_pattern end |
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
574 575 576 |
# File 'sig/types.rbs', line 574 def resource_group_name @resource_group_name end |