Class: Aws::Types::UpdateSenderIdRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deletion_protection_enabledBoolean

Returns the value of attribute deletion_protection_enabled.

Returns:

  • (Boolean)


2514
2515
2516
# File 'sig/types.rbs', line 2514

def deletion_protection_enabled
  @deletion_protection_enabled
end

#iso_country_code::String

Returns the value of attribute iso_country_code.

Returns:

  • (::String)


2513
2514
2515
# File 'sig/types.rbs', line 2513

def iso_country_code
  @iso_country_code
end

#sender_id::String

Returns the value of attribute sender_id.

Returns:

  • (::String)


2512
2513
2514
# File 'sig/types.rbs', line 2512

def sender_id
  @sender_id
end