Class: Aws::Types::SearchGroupProfilesOutput
- Inherits:
-
Object
- Object
- Aws::Types::SearchGroupProfilesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[Types::GroupProfileSummary]
Returns the value of attribute items.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#items ⇒ ::Array[Types::GroupProfileSummary]
Returns the value of attribute items.
5579 5580 5581 |
# File 'sig/types.rbs', line 5579 def items @items end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5580 5581 5582 |
# File 'sig/types.rbs', line 5580 def next_token @next_token end |