Class: Aws::Types::CarrierStatusInformation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#carrier_name::String

Returns the value of attribute carrier_name.

Returns:

  • (::String)


79
80
81
# File 'sig/types.rbs', line 79

def carrier_name
  @carrier_name
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "ACTIVE", "REJECTED")


80
81
82
# File 'sig/types.rbs', line 80

def status
  @status
end