Class: Aws::Types::SenderIdAndCountry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#iso_country_code ⇒ ::String

Returns the value of attribute iso_country_code.

Returns:

  • (::String)


2150
2151
2152
# File 'sig/types.rbs', line 2150

def iso_country_code
  @iso_country_code
end

#sender_id ⇒ ::String

Returns the value of attribute sender_id.

Returns:

  • (::String)


2149
2150
2151
# File 'sig/types.rbs', line 2149

def sender_id
  @sender_id
end