Class: Aws::Types::ListIdentitiesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListIdentitiesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identity_type ⇒ "EmailAddress", "Domain"
Returns the value of attribute identity_type.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#identity_type ⇒ "EmailAddress", "Domain"
Returns the value of attribute identity_type.
608 609 610 |
# File 'sig/types.rbs', line 608 def identity_type @identity_type end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
610 611 612 |
# File 'sig/types.rbs', line 610 def max_items @max_items end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
609 610 611 |
# File 'sig/types.rbs', line 609 def next_token @next_token end |