Class: Aws::Types::DescribeSenderIdsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSenderIdsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sender_ids ⇒ ::Array[Types::SenderIdInformation]
Returns the value of attribute sender_ids.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def next_token @next_token end |
#sender_ids ⇒ ::Array[Types::SenderIdInformation]
Returns the value of attribute sender_ids.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def sender_ids @sender_ids end |