Class: Aws::Types::OriginationIdentityMetadata

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)


1339
1340
1341
# File 'sig/types.rbs', line 1339

def iso_country_code
  @iso_country_code
end

#number_capabilities ⇒ ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]

Returns the value of attribute number_capabilities.

Returns:

  • (::Array[("SMS" | "VOICE" | "MMS" | "RCS")])


1340
1341
1342
# File 'sig/types.rbs', line 1340

def number_capabilities
  @number_capabilities
end

#origination_identity ⇒ ::String

Returns the value of attribute origination_identity.

Returns:

  • (::String)


1338
1339
1340
# File 'sig/types.rbs', line 1338

def origination_identity
  @origination_identity
end

#origination_identity_arn ⇒ ::String

Returns the value of attribute origination_identity_arn.

Returns:

  • (::String)


1337
1338
1339
# File 'sig/types.rbs', line 1337

def origination_identity_arn
  @origination_identity_arn
end

#phone_number ⇒ ::String

Returns the value of attribute phone_number.

Returns:

  • (::String)


1341
1342
1343
# File 'sig/types.rbs', line 1341

def phone_number
  @phone_number
end