Class: Aws::Types::GetGroupQueryInput
- Inherits:
-
Object
- Object
- Aws::Types::GetGroupQueryInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group ⇒ ::String
Returns the value of attribute group.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
Instance Attribute Details
#group ⇒ ::String
Returns the value of attribute group.
99 100 101 |
# File 'sig/types.rbs', line 99 def group @group end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
98 99 100 |
# File 'sig/types.rbs', line 98 def group_name @group_name end |