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_enabled ⇒ Boolean

Returns the value of attribute deletion_protection_enabled.

Returns:

  • (Boolean)


2547
2548
2549
# File 'sig/types.rbs', line 2547

def deletion_protection_enabled
  @deletion_protection_enabled
end

#iso_country_code ⇒ ::String

Returns the value of attribute iso_country_code.

Returns:

  • (::String)


2546
2547
2548
# File 'sig/types.rbs', line 2546

def iso_country_code
  @iso_country_code
end

#sender_id ⇒ ::String

Returns the value of attribute sender_id.

Returns:

  • (::String)


2545
2546
2547
# File 'sig/types.rbs', line 2545

def sender_id
  @sender_id
end