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.
775 776 777 |
# File 'sig/types.rbs', line 775 def group @group end |
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
777 778 779 |
# File 'sig/types.rbs', line 777 def is_truncated @is_truncated end |
#marker ⇒ ::String
Returns the value of attribute marker.
778 779 780 |
# File 'sig/types.rbs', line 778 def marker @marker end |
#users ⇒ ::Array[Types::User]
Returns the value of attribute users.
776 777 778 |
# File 'sig/types.rbs', line 776 def users @users end |