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)


1310
1311
1312
# File 'sig/types.rbs', line 1310

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")])


1311
1312
1313
# File 'sig/types.rbs', line 1311

def number_capabilities
  @number_capabilities
end

#origination_identity::String

Returns the value of attribute origination_identity.

Returns:

  • (::String)


1309
1310
1311
# File 'sig/types.rbs', line 1309

def origination_identity
  @origination_identity
end

#origination_identity_arn::String

Returns the value of attribute origination_identity_arn.

Returns:

  • (::String)


1308
1309
1310
# File 'sig/types.rbs', line 1308

def origination_identity_arn
  @origination_identity_arn
end

#phone_number::String

Returns the value of attribute phone_number.

Returns:

  • (::String)


1312
1313
1314
# File 'sig/types.rbs', line 1312

def phone_number
  @phone_number
end