Class: Aws::Types::GroupSummary
- Inherits:
-
Object
- Object
- Aws::Types::GroupSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter_expression ⇒ ::String
Returns the value of attribute filter_expression.
-
#group_arn ⇒ ::String
Returns the value of attribute group_arn.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#insights_configuration ⇒ Types::InsightsConfiguration
Returns the value of attribute insights_configuration.
Instance Attribute Details
#filter_expression ⇒ ::String
Returns the value of attribute filter_expression.
456 457 458 |
# File 'sig/types.rbs', line 456 def filter_expression @filter_expression end |
#group_arn ⇒ ::String
Returns the value of attribute group_arn.
455 456 457 |
# File 'sig/types.rbs', line 455 def group_arn @group_arn end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
454 455 456 |
# File 'sig/types.rbs', line 454 def group_name @group_name end |
#insights_configuration ⇒ Types::InsightsConfiguration
Returns the value of attribute insights_configuration.
457 458 459 |
# File 'sig/types.rbs', line 457 def insights_configuration @insights_configuration end |