Class: Aws::Types::CountryLaunchStatusInformation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#carrier_status::Array[Types::CarrierStatusInformation]

Returns the value of attribute carrier_status.

Returns:



148
149
150
# File 'sig/types.rbs', line 148

def carrier_status
  @carrier_status
end

#iso_country_code::String

Returns the value of attribute iso_country_code.

Returns:

  • (::String)


144
145
146
# File 'sig/types.rbs', line 144

def iso_country_code
  @iso_country_code
end

#rcs_platform_id::String

Returns the value of attribute rcs_platform_id.

Returns:

  • (::String)


146
147
148
# File 'sig/types.rbs', line 146

def rcs_platform_id
  @rcs_platform_id
end

#registration_id::String

Returns the value of attribute registration_id.

Returns:

  • (::String)


147
148
149
# File 'sig/types.rbs', line 147

def registration_id
  @registration_id
end

#status"CREATED", ...

Returns the value of attribute status.

Returns:

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


145
146
147
# File 'sig/types.rbs', line 145

def status
  @status
end