Class: Aws::Types::GetGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_arn ⇒ ::String
Returns the value of attribute group_arn.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
Instance Attribute Details
#group_arn ⇒ ::String
Returns the value of attribute group_arn.
222 223 224 |
# File 'sig/types.rbs', line 222 def group_arn @group_arn end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
221 222 223 |
# File 'sig/types.rbs', line 221 def group_name @group_name end |