Class: Aws::Types::Group
- Inherits:
-
Object
- Object
- Aws::Types::Group
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
6523 6524 6525 |
# File 'sig/types.rbs', line 6523 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
6525 6526 6527 |
# File 'sig/types.rbs', line 6525 def description @description end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
6524 6525 6526 |
# File 'sig/types.rbs', line 6524 def group_name @group_name end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
6526 6527 6528 |
# File 'sig/types.rbs', line 6526 def principal_id @principal_id end |