Class: Aws::Types::ListContactsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListContactsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias_prefix ⇒ ::String
Returns the value of attribute alias_prefix.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#type ⇒ "PERSONAL", ...
Returns the value of attribute type.
Instance Attribute Details
#alias_prefix ⇒ ::String
Returns the value of attribute alias_prefix.
348 349 350 |
# File 'sig/types.rbs', line 348 def alias_prefix @alias_prefix end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
347 348 349 |
# File 'sig/types.rbs', line 347 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
346 347 348 |
# File 'sig/types.rbs', line 346 def next_token @next_token end |
#type ⇒ "PERSONAL", ...
Returns the value of attribute type.
349 350 351 |
# File 'sig/types.rbs', line 349 def type @type end |