Class: Aws::Types::DescribeGroupsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeGroupsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
-
#search_query ⇒ ::String
Returns the value of attribute search_query.
Instance Attribute Details
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
329 330 331 |
# File 'sig/types.rbs', line 329 def authentication_token @authentication_token end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
333 334 335 |
# File 'sig/types.rbs', line 333 def limit @limit end |
#marker ⇒ ::String
Returns the value of attribute marker.
332 333 334 |
# File 'sig/types.rbs', line 332 def marker @marker end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
331 332 333 |
# File 'sig/types.rbs', line 331 def organization_id @organization_id end |
#search_query ⇒ ::String
Returns the value of attribute search_query.
330 331 332 |
# File 'sig/types.rbs', line 330 def search_query @search_query end |