Class: Aws::Types::DescribeLogPatternResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLogPatternResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#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
#account_id ⇒ ::String
Returns the value of attribute account_id.
205 206 207 |
# File 'sig/types.rbs', line 205 def account_id @account_id end |
#log_pattern ⇒ Types::LogPattern
Returns the value of attribute log_pattern.
206 207 208 |
# File 'sig/types.rbs', line 206 def log_pattern @log_pattern end |
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
204 205 206 |
# File 'sig/types.rbs', line 204 def resource_group_name @resource_group_name end |