Method: Aws::Panorama::Types::DescribeDeviceResponse#type

Defined in:
lib/aws-sdk-panorama/types.rb

#typeString

The device’s type.

Returns:

  • (String)


788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
# File 'lib/aws-sdk-panorama/types.rb', line 788

class DescribeDeviceResponse < Struct.new(
  :alternate_softwares,
  :arn,
  :brand,
  :created_time,
  :current_networking_status,
  :current_software,
  :description,
  :device_aggregated_status,
  :device_connection_status,
  :device_id,
  :latest_alternate_software,
  :latest_device_job,
  :latest_software,
  :lease_expiration_time,
  :name,
  :networking_configuration,
  :provisioning_status,
  :serial_number,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end