Class: Aws::Types::SenderIdInformation

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)


2134
2135
2136
# File 'sig/types.rbs', line 2134

def deletion_protection_enabled
  @deletion_protection_enabled
end

#iso_country_code::String

Returns the value of attribute iso_country_code.

Returns:

  • (::String)


2131
2132
2133
# File 'sig/types.rbs', line 2131

def iso_country_code
  @iso_country_code
end

#message_types::Array[("TRANSACTIONAL" | "PROMOTIONAL")]

Returns the value of attribute message_types.

Returns:

  • (::Array[("TRANSACTIONAL" | "PROMOTIONAL")])


2132
2133
2134
# File 'sig/types.rbs', line 2132

def message_types
  @message_types
end

#monthly_leasing_price::String

Returns the value of attribute monthly_leasing_price.

Returns:

  • (::String)


2133
2134
2135
# File 'sig/types.rbs', line 2133

def monthly_leasing_price
  @monthly_leasing_price
end

#registeredBoolean

Returns the value of attribute registered.

Returns:

  • (Boolean)


2135
2136
2137
# File 'sig/types.rbs', line 2135

def registered
  @registered
end

#registration_id::String

Returns the value of attribute registration_id.

Returns:

  • (::String)


2136
2137
2138
# File 'sig/types.rbs', line 2136

def registration_id
  @registration_id
end

#sender_id::String

Returns the value of attribute sender_id.

Returns:

  • (::String)


2130
2131
2132
# File 'sig/types.rbs', line 2130

def sender_id
  @sender_id
end

#sender_id_arn::String

Returns the value of attribute sender_id_arn.

Returns:

  • (::String)


2129
2130
2131
# File 'sig/types.rbs', line 2129

def sender_id_arn
  @sender_id_arn
end