Class: Aws::Types::DescribeSenderIdsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:



1011
1012
1013
# File 'sig/types.rbs', line 1011

def sender_ids
  @sender_ids
end