Class: Aws::Types::GroupNameAndArn
- Inherits:
-
Object
- Object
- Aws::Types::GroupNameAndArn
- 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.
2602 2603 2604 |
# File 'sig/types.rbs', line 2602 def group_arn @group_arn end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
2601 2602 2603 |
# File 'sig/types.rbs', line 2601 def group_name @group_name end |