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.
6789 6790 6791 |
# File 'sig/types.rbs', line 6789 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
6791 6792 6793 |
# File 'sig/types.rbs', line 6791 def description @description end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
6790 6791 6792 |
# File 'sig/types.rbs', line 6790 def group_name @group_name end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
6792 6793 6794 |
# File 'sig/types.rbs', line 6792 def principal_id @principal_id end |