Class: Aws::PrivateNetworks::Types::DeviceIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::DeviceIdentifier
- 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
-
#created_at ⇒ Time
The creation time of this device identifier.
-
#device_identifier_arn ⇒ String
The Amazon Resource Name (ARN) of the device identifier.
-
#iccid ⇒ String
The Integrated Circuit Card Identifier of the device identifier.
-
#imsi ⇒ String
The International Mobile Subscriber Identity of the device identifier.
-
#network_arn ⇒ String
The Amazon Resource Name (ARN) of the network on which the device identifier appears.
-
#order_arn ⇒ String
The Amazon Resource Name (ARN) of the order used to purchase the device identifier.
-
#status ⇒ String
The status of the device identifier.
-
#traffic_group_arn ⇒ String
The Amazon Resource Name (ARN) of the traffic group to which the device identifier belongs.
-
#vendor ⇒ String
The vendor of the device identifier.
Instance Attribute Details
#created_at ⇒ Time
The creation time of this device identifier.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the device identifier.
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 |
#iccid ⇒ String
The Integrated Circuit Card Identifier of the device identifier.
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 |
#imsi ⇒ String
The International Mobile Subscriber Identity of the device identifier.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the network on which the device identifier appears.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the order used to purchase the device identifier.
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 |
#status ⇒ String
The status of the device identifier.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the traffic group to which the device identifier belongs.
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 |
#vendor ⇒ String
The vendor of the device identifier.
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 |