Class: Aws::Types::GetGroupInput
- Inherits:
-
Object
- Object
- Aws::Types::GetGroupInput
- 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.
88 89 90 |
# File 'sig/types.rbs', line 88 def group @group end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
87 88 89 |
# File 'sig/types.rbs', line 87 def group_name @group_name end |