Class: Aws::Types::CreateLogPatternResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateLogPatternResponse
- 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.
111 112 113 |
# File 'sig/types.rbs', line 111 def log_pattern @log_pattern end |
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
112 113 114 |
# File 'sig/types.rbs', line 112 def resource_group_name @resource_group_name end |