Class: Aws::PrivateNetworks::Types::DeviceIdentifier

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb

Overview

Information about a subscriber of a device that can use a network.

Constant Summary collapse

SENSITIVE =
[:imsi]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The creation time of this device identifier.

Returns:

  • (Time)


622
623
624
625
626
627
628
629
630
631
632
633
634
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 622

class DeviceIdentifier < Struct.new(
  :created_at,
  :device_identifier_arn,
  :iccid,
  :imsi,
  :network_arn,
  :order_arn,
  :status,
  :traffic_group_arn,
  :vendor)
  SENSITIVE = [:imsi]
  include Aws::Structure
end

#device_identifier_arnString

The Amazon Resource Name (ARN) of the device identifier.

Returns:

  • (String)


622
623
624
625
626
627
628
629
630
631
632
633
634
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 622

class DeviceIdentifier < Struct.new(
  :created_at,
  :device_identifier_arn,
  :iccid,
  :imsi,
  :network_arn,
  :order_arn,
  :status,
  :traffic_group_arn,
  :vendor)
  SENSITIVE = [:imsi]
  include Aws::Structure
end

#iccidString

The Integrated Circuit Card Identifier of the device identifier.

Returns:

  • (String)


622
623
624
625
626
627
628
629
630
631
632
633
634
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 622

class DeviceIdentifier < Struct.new(
  :created_at,
  :device_identifier_arn,
  :iccid,
  :imsi,
  :network_arn,
  :order_arn,
  :status,
  :traffic_group_arn,
  :vendor)
  SENSITIVE = [:imsi]
  include Aws::Structure
end

#imsiString

The International Mobile Subscriber Identity of the device identifier.

Returns:

  • (String)


622
623
624
625
626
627
628
629
630
631
632
633
634
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 622

class DeviceIdentifier < Struct.new(
  :created_at,
  :device_identifier_arn,
  :iccid,
  :imsi,
  :network_arn,
  :order_arn,
  :status,
  :traffic_group_arn,
  :vendor)
  SENSITIVE = [:imsi]
  include Aws::Structure
end

#network_arnString

The Amazon Resource Name (ARN) of the network on which the device identifier appears.

Returns:

  • (String)


622
623
624
625
626
627
628
629
630
631
632
633
634
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 622

class DeviceIdentifier < Struct.new(
  :created_at,
  :device_identifier_arn,
  :iccid,
  :imsi,
  :network_arn,
  :order_arn,
  :status,
  :traffic_group_arn,
  :vendor)
  SENSITIVE = [:imsi]
  include Aws::Structure
end

#order_arnString

The Amazon Resource Name (ARN) of the order used to purchase the device identifier.

Returns:

  • (String)


622
623
624
625
626
627
628
629
630
631
632
633
634
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 622

class DeviceIdentifier < Struct.new(
  :created_at,
  :device_identifier_arn,
  :iccid,
  :imsi,
  :network_arn,
  :order_arn,
  :status,
  :traffic_group_arn,
  :vendor)
  SENSITIVE = [:imsi]
  include Aws::Structure
end

#statusString

The status of the device identifier.

Returns:

  • (String)


622
623
624
625
626
627
628
629
630
631
632
633
634
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 622

class DeviceIdentifier < Struct.new(
  :created_at,
  :device_identifier_arn,
  :iccid,
  :imsi,
  :network_arn,
  :order_arn,
  :status,
  :traffic_group_arn,
  :vendor)
  SENSITIVE = [:imsi]
  include Aws::Structure
end

#traffic_group_arnString

The Amazon Resource Name (ARN) of the traffic group to which the device identifier belongs.

Returns:

  • (String)


622
623
624
625
626
627
628
629
630
631
632
633
634
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 622

class DeviceIdentifier < Struct.new(
  :created_at,
  :device_identifier_arn,
  :iccid,
  :imsi,
  :network_arn,
  :order_arn,
  :status,
  :traffic_group_arn,
  :vendor)
  SENSITIVE = [:imsi]
  include Aws::Structure
end

#vendorString

The vendor of the device identifier.

Returns:

  • (String)


622
623
624
625
626
627
628
629
630
631
632
633
634
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 622

class DeviceIdentifier < Struct.new(
  :created_at,
  :device_identifier_arn,
  :iccid,
  :imsi,
  :network_arn,
  :order_arn,
  :status,
  :traffic_group_arn,
  :vendor)
  SENSITIVE = [:imsi]
  include Aws::Structure
end