Class: Aws::NetworkManager::Types::Device

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-networkmanager/types.rb

Overview

Describes a device.

Constant Summary collapse

SENSITIVE =
[:location]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_location ⇒ Types::AWSLocation

The Amazon Web Services location of the device.

Returns:



2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
# File 'lib/aws-sdk-networkmanager/types.rb', line 2696

class Device < Struct.new(
  :device_id,
  :device_arn,
  :global_network_id,
  :aws_location,
  :description,
  :type,
  :vendor,
  :model,
  :serial_number,
  :location,
  :site_id,
  :created_at,
  :state,
  :tags)
  SENSITIVE = [:location]
  include Aws::Structure
end

#created_at ⇒ Time

The date and time that the site was created.

Returns:

  • (Time)


2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
# File 'lib/aws-sdk-networkmanager/types.rb', line 2696

class Device < Struct.new(
  :device_id,
  :device_arn,
  :global_network_id,
  :aws_location,
  :description,
  :type,
  :vendor,
  :model,
  :serial_number,
  :location,
  :site_id,
  :created_at,
  :state,
  :tags)
  SENSITIVE = [:location]
  include Aws::Structure
end

#description ⇒ String

The description of the device.

Returns:

  • (String)


2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
# File 'lib/aws-sdk-networkmanager/types.rb', line 2696

class Device < Struct.new(
  :device_id,
  :device_arn,
  :global_network_id,
  :aws_location,
  :description,
  :type,
  :vendor,
  :model,
  :serial_number,
  :location,
  :site_id,
  :created_at,
  :state,
  :tags)
  SENSITIVE = [:location]
  include Aws::Structure
end

#device_arn ⇒ String

The Amazon Resource Name (ARN) of the device.

Returns:

  • (String)


2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
# File 'lib/aws-sdk-networkmanager/types.rb', line 2696

class Device < Struct.new(
  :device_id,
  :device_arn,
  :global_network_id,
  :aws_location,
  :description,
  :type,
  :vendor,
  :model,
  :serial_number,
  :location,
  :site_id,
  :created_at,
  :state,
  :tags)
  SENSITIVE = [:location]
  include Aws::Structure
end

#device_id ⇒ String

The ID of the device.

Returns:

  • (String)


2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
# File 'lib/aws-sdk-networkmanager/types.rb', line 2696

class Device < Struct.new(
  :device_id,
  :device_arn,
  :global_network_id,
  :aws_location,
  :description,
  :type,
  :vendor,
  :model,
  :serial_number,
  :location,
  :site_id,
  :created_at,
  :state,
  :tags)
  SENSITIVE = [:location]
  include Aws::Structure
end

#global_network_id ⇒ String

The ID of the global network.

Returns:

  • (String)


2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
# File 'lib/aws-sdk-networkmanager/types.rb', line 2696

class Device < Struct.new(
  :device_id,
  :device_arn,
  :global_network_id,
  :aws_location,
  :description,
  :type,
  :vendor,
  :model,
  :serial_number,
  :location,
  :site_id,
  :created_at,
  :state,
  :tags)
  SENSITIVE = [:location]
  include Aws::Structure
end

#location ⇒ Types::Location

The site location.

Returns:



2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
# File 'lib/aws-sdk-networkmanager/types.rb', line 2696

class Device < Struct.new(
  :device_id,
  :device_arn,
  :global_network_id,
  :aws_location,
  :description,
  :type,
  :vendor,
  :model,
  :serial_number,
  :location,
  :site_id,
  :created_at,
  :state,
  :tags)
  SENSITIVE = [:location]
  include Aws::Structure
end

#model ⇒ String

The device model.

Returns:

  • (String)


2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
# File 'lib/aws-sdk-networkmanager/types.rb', line 2696

class Device < Struct.new(
  :device_id,
  :device_arn,
  :global_network_id,
  :aws_location,
  :description,
  :type,
  :vendor,
  :model,
  :serial_number,
  :location,
  :site_id,
  :created_at,
  :state,
  :tags)
  SENSITIVE = [:location]
  include Aws::Structure
end

#serial_number ⇒ String

The device serial number.

Returns:

  • (String)


2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
# File 'lib/aws-sdk-networkmanager/types.rb', line 2696

class Device < Struct.new(
  :device_id,
  :device_arn,
  :global_network_id,
  :aws_location,
  :description,
  :type,
  :vendor,
  :model,
  :serial_number,
  :location,
  :site_id,
  :created_at,
  :state,
  :tags)
  SENSITIVE = [:location]
  include Aws::Structure
end

#site_id ⇒ String

The site ID.

Returns:

  • (String)


2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
# File 'lib/aws-sdk-networkmanager/types.rb', line 2696

class Device < Struct.new(
  :device_id,
  :device_arn,
  :global_network_id,
  :aws_location,
  :description,
  :type,
  :vendor,
  :model,
  :serial_number,
  :location,
  :site_id,
  :created_at,
  :state,
  :tags)
  SENSITIVE = [:location]
  include Aws::Structure
end

#state ⇒ String

The device state.

Returns:

  • (String)


2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
# File 'lib/aws-sdk-networkmanager/types.rb', line 2696

class Device < Struct.new(
  :device_id,
  :device_arn,
  :global_network_id,
  :aws_location,
  :description,
  :type,
  :vendor,
  :model,
  :serial_number,
  :location,
  :site_id,
  :created_at,
  :state,
  :tags)
  SENSITIVE = [:location]
  include Aws::Structure
end

#tags ⇒ Array<Types::Tag>

The tags for the device.

Returns:



2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
# File 'lib/aws-sdk-networkmanager/types.rb', line 2696

class Device < Struct.new(
  :device_id,
  :device_arn,
  :global_network_id,
  :aws_location,
  :description,
  :type,
  :vendor,
  :model,
  :serial_number,
  :location,
  :site_id,
  :created_at,
  :state,
  :tags)
  SENSITIVE = [:location]
  include Aws::Structure
end

#type ⇒ String

The device type.

Returns:

  • (String)


2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
# File 'lib/aws-sdk-networkmanager/types.rb', line 2696

class Device < Struct.new(
  :device_id,
  :device_arn,
  :global_network_id,
  :aws_location,
  :description,
  :type,
  :vendor,
  :model,
  :serial_number,
  :location,
  :site_id,
  :created_at,
  :state,
  :tags)
  SENSITIVE = [:location]
  include Aws::Structure
end

#vendor ⇒ String

The device vendor.

Returns:

  • (String)


2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
# File 'lib/aws-sdk-networkmanager/types.rb', line 2696

class Device < Struct.new(
  :device_id,
  :device_arn,
  :global_network_id,
  :aws_location,
  :description,
  :type,
  :vendor,
  :model,
  :serial_number,
  :location,
  :site_id,
  :created_at,
  :state,
  :tags)
  SENSITIVE = [:location]
  include Aws::Structure
end