Class: Aws::Types::ListLogPatternSetsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListLogPatternSetsResponse
- 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_sets ⇒ ::Array[::String]
Returns the value of attribute log_pattern_sets.
-
#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.
318 319 320 |
# File 'sig/types.rbs', line 318 def account_id @account_id end |
#log_pattern_sets ⇒ ::Array[::String]
Returns the value of attribute log_pattern_sets.
319 320 321 |
# File 'sig/types.rbs', line 319 def log_pattern_sets @log_pattern_sets end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
320 321 322 |
# File 'sig/types.rbs', line 320 def next_token @next_token end |
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
317 318 319 |
# File 'sig/types.rbs', line 317 def resource_group_name @resource_group_name end |