Class: Aws::Types::DescribeLogPatternRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLogPatternRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#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
#account_id ⇒ ::String
Returns the value of attribute account_id.
199 200 201 |
# File 'sig/types.rbs', line 199 def account_id @account_id end |
#pattern_name ⇒ ::String
Returns the value of attribute pattern_name.
198 199 200 |
# File 'sig/types.rbs', line 198 def pattern_name @pattern_name end |
#pattern_set_name ⇒ ::String
Returns the value of attribute pattern_set_name.
197 198 199 |
# File 'sig/types.rbs', line 197 def pattern_set_name @pattern_set_name end |
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
196 197 198 |
# File 'sig/types.rbs', line 196 def resource_group_name @resource_group_name end |