Class: Aws::Types::SearchGroupProfilesInput
- Inherits:
-
Object
- Object
- Aws::Types::SearchGroupProfilesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#group_type ⇒ "SSO_GROUP", ...
Returns the value of attribute group_type.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#search_text ⇒ ::String
Returns the value of attribute search_text.
Instance Attribute Details
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
5570 5571 5572 |
# File 'sig/types.rbs', line 5570 def domain_identifier @domain_identifier end |
#group_type ⇒ "SSO_GROUP", ...
Returns the value of attribute group_type.
5571 5572 5573 |
# File 'sig/types.rbs', line 5571 def group_type @group_type end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
5573 5574 5575 |
# File 'sig/types.rbs', line 5573 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5574 5575 5576 |
# File 'sig/types.rbs', line 5574 def next_token @next_token end |
#search_text ⇒ ::String
Returns the value of attribute search_text.
5572 5573 5574 |
# File 'sig/types.rbs', line 5572 def search_text @search_text end |