Class: Aws::Types::CreateGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter_expression ⇒ ::String
Returns the value of attribute filter_expression.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#insights_configuration ⇒ Types::InsightsConfiguration
Returns the value of attribute insights_configuration.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#filter_expression ⇒ ::String
Returns the value of attribute filter_expression.
68 69 70 |
# File 'sig/types.rbs', line 68 def filter_expression @filter_expression end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
67 68 69 |
# File 'sig/types.rbs', line 67 def group_name @group_name end |
#insights_configuration ⇒ Types::InsightsConfiguration
Returns the value of attribute insights_configuration.
69 70 71 |
# File 'sig/types.rbs', line 69 def insights_configuration @insights_configuration end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
70 71 72 |
# File 'sig/types.rbs', line 70 def @tags end |