Class: Aws::Types::ListLogPatternsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListLogPatternsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#log_patterns ⇒ ::Array[Types::LogPattern]
Returns the value of attribute log_patterns.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#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.
335 336 337 |
# File 'sig/types.rbs', line 335 def account_id @account_id end |
#log_patterns ⇒ ::Array[Types::LogPattern]
Returns the value of attribute log_patterns.
336 337 338 |
# File 'sig/types.rbs', line 336 def log_patterns @log_patterns end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
337 338 339 |
# File 'sig/types.rbs', line 337 def next_token @next_token end |
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
334 335 336 |
# File 'sig/types.rbs', line 334 def resource_group_name @resource_group_name end |