Class: Aws::Types::SearchGroupProfilesInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:search_text])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


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.

Returns:

  • ("SSO_GROUP", "DATAZONE_SSO_GROUP", "IAM_ROLE_SESSION_GROUP")


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


5572
5573
5574
# File 'sig/types.rbs', line 5572

def search_text
  @search_text
end