Class: Aws::Types::GetGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetGroupResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group ⇒ Types::Group
Returns the value of attribute group.
-
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#users ⇒ ::Array[Types::User]
Returns the value of attribute users.
Instance Attribute Details
#group ⇒ Types::Group
Returns the value of attribute group.
755 756 757 |
# File 'sig/types.rbs', line 755 def group @group end |
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
757 758 759 |
# File 'sig/types.rbs', line 757 def is_truncated @is_truncated end |
#marker ⇒ ::String
Returns the value of attribute marker.
758 759 760 |
# File 'sig/types.rbs', line 758 def marker @marker end |
#users ⇒ ::Array[Types::User]
Returns the value of attribute users.
756 757 758 |
# File 'sig/types.rbs', line 756 def users @users end |