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

Returns the value of attribute deletion_protection_enabled.

Returns:

  • (Boolean)


2166
2167
2168
# File 'sig/types.rbs', line 2166

def deletion_protection_enabled
  @deletion_protection_enabled
end

#iso_country_code ⇒ ::String

Returns the value of attribute iso_country_code.

Returns:

  • (::String)


2163
2164
2165
# File 'sig/types.rbs', line 2163

def iso_country_code
  @iso_country_code
end

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

Returns the value of attribute message_types.

Returns:

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


2164
2165
2166
# File 'sig/types.rbs', line 2164

def message_types
  @message_types
end

#messaging_limits ⇒ Types::MessagingLimits

Returns the value of attribute messaging_limits.



2169
2170
2171
# File 'sig/types.rbs', line 2169

def messaging_limits
  @messaging_limits
end

#monthly_leasing_price ⇒ ::String

Returns the value of attribute monthly_leasing_price.

Returns:

  • (::String)


2165
2166
2167
# File 'sig/types.rbs', line 2165

def monthly_leasing_price
  @monthly_leasing_price
end

#registered ⇒ Boolean

Returns the value of attribute registered.

Returns:

  • (Boolean)


2167
2168
2169
# File 'sig/types.rbs', line 2167

def registered
  @registered
end

#registration_id ⇒ ::String

Returns the value of attribute registration_id.

Returns:

  • (::String)


2168
2169
2170
# File 'sig/types.rbs', line 2168

def registration_id
  @registration_id
end

#sender_id ⇒ ::String

Returns the value of attribute sender_id.

Returns:

  • (::String)


2162
2163
2164
# File 'sig/types.rbs', line 2162

def sender_id
  @sender_id
end

#sender_id_arn ⇒ ::String

Returns the value of attribute sender_id_arn.

Returns:

  • (::String)


2161
2162
2163
# File 'sig/types.rbs', line 2161

def sender_id_arn
  @sender_id_arn
end