Class: Aws::Types::GroupSummary
- Inherits:
-
Object
- Object
- Aws::Types::GroupSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#ordering_id ⇒ ::Integer
Returns the value of attribute ordering_id.
Instance Attribute Details
#group_id ⇒ ::String
Returns the value of attribute group_id.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def group_id @group_id end |
#ordering_id ⇒ ::Integer
Returns the value of attribute ordering_id.
1231 1232 1233 |
# File 'sig/types.rbs', line 1231 def ordering_id @ordering_id end |