Class: Aws::Types::AggregateLogGroupSummary
- Inherits:
-
Object
- Object
- Aws::Types::AggregateLogGroupSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#grouping_identifiers ⇒ ::Array[Types::GroupingIdentifier]
Returns the value of attribute grouping_identifiers.
-
#log_group_count ⇒ ::Integer
Returns the value of attribute log_group_count.
Instance Attribute Details
#grouping_identifiers ⇒ ::Array[Types::GroupingIdentifier]
Returns the value of attribute grouping_identifiers.
39 40 41 |
# File 'sig/types.rbs', line 39 def grouping_identifiers @grouping_identifiers end |
#log_group_count ⇒ ::Integer
Returns the value of attribute log_group_count.
38 39 40 |
# File 'sig/types.rbs', line 38 def log_group_count @log_group_count end |