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_locationTypes::AWSLocation

The Amazon Web Services location of the device.

Returns:



2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
# File 'lib/aws-sdk-networkmanager/types.rb', line 2441

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_atTime

The date and time that the site was created.

Returns:

  • (Time)


2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
# File 'lib/aws-sdk-networkmanager/types.rb', line 2441

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

#descriptionString

The description of the device.

Returns:

  • (String)


2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
# File 'lib/aws-sdk-networkmanager/types.rb', line 2441

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_arnString

The Amazon Resource Name (ARN) of the device.

Returns:

  • (String)


2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
# File 'lib/aws-sdk-networkmanager/types.rb', line 2441

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_idString

The ID of the device.

Returns:

  • (String)


2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
# File 'lib/aws-sdk-networkmanager/types.rb', line 2441

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_idString

The ID of the global network.

Returns:

  • (String)


2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
# File 'lib/aws-sdk-networkmanager/types.rb', line 2441

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

#locationTypes::Location

The site location.

Returns:



2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
# File 'lib/aws-sdk-networkmanager/types.rb', line 2441

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

#modelString

The device model.

Returns:

  • (String)


2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
# File 'lib/aws-sdk-networkmanager/types.rb', line 2441

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_numberString

The device serial number.

Returns:

  • (String)


2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
# File 'lib/aws-sdk-networkmanager/types.rb', line 2441

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_idString

The site ID.

Returns:

  • (String)


2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
# File 'lib/aws-sdk-networkmanager/types.rb', line 2441

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

#stateString

The device state.

Returns:

  • (String)


2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
# File 'lib/aws-sdk-networkmanager/types.rb', line 2441

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

#tagsArray<Types::Tag>

The tags for the device.

Returns:



2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
# File 'lib/aws-sdk-networkmanager/types.rb', line 2441

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

#typeString

The device type.

Returns:

  • (String)


2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
# File 'lib/aws-sdk-networkmanager/types.rb', line 2441

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

#vendorString

The device vendor.

Returns:

  • (String)


2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
# File 'lib/aws-sdk-networkmanager/types.rb', line 2441

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