Class: Aws::Types::ListProfilesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListProfilesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#profile_name_prefix ⇒ ::String
Returns the value of attribute profile_name_prefix.
-
#profile_owner_type ⇒ "SELF", "SHARED"
Returns the value of attribute profile_owner_type.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1332 1333 1334 |
# File 'sig/types.rbs', line 1332 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1331 1332 1333 |
# File 'sig/types.rbs', line 1331 def next_token @next_token end |
#profile_name_prefix ⇒ ::String
Returns the value of attribute profile_name_prefix.
1329 1330 1331 |
# File 'sig/types.rbs', line 1329 def profile_name_prefix @profile_name_prefix end |
#profile_owner_type ⇒ "SELF", "SHARED"
Returns the value of attribute profile_owner_type.
1330 1331 1332 |
# File 'sig/types.rbs', line 1330 def profile_owner_type @profile_owner_type end |