Class: Aws::Types::NotifyCountryInformation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#country_name::String

Returns the value of attribute country_name.

Returns:

  • (::String)


1257
1258
1259
# File 'sig/types.rbs', line 1257

def country_name
  @country_name
end

#customer_owned_identity_requiredBoolean

Returns the value of attribute customer_owned_identity_required.

Returns:

  • (Boolean)


1261
1262
1263
# File 'sig/types.rbs', line 1261

def customer_owned_identity_required
  @customer_owned_identity_required
end

#iso_country_code::String

Returns the value of attribute iso_country_code.

Returns:

  • (::String)


1256
1257
1258
# File 'sig/types.rbs', line 1256

def iso_country_code
  @iso_country_code
end

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

Returns the value of attribute supported_channels.

Returns:

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


1258
1259
1260
# File 'sig/types.rbs', line 1258

def supported_channels
  @supported_channels
end

#supported_tiers::Array[("BASIC" | "ADVANCED")]

Returns the value of attribute supported_tiers.

Returns:

  • (::Array[("BASIC" | "ADVANCED")])


1260
1261
1262
# File 'sig/types.rbs', line 1260

def supported_tiers
  @supported_tiers
end

#supported_use_cases::Array[("CODE_VERIFICATION")]

Returns the value of attribute supported_use_cases.

Returns:

  • (::Array[("CODE_VERIFICATION")])


1259
1260
1261
# File 'sig/types.rbs', line 1259

def supported_use_cases
  @supported_use_cases
end