Class: Aws::Panorama::Types::ProvisionDeviceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description for the device.

Returns:

  • (String)


2502
2503
2504
2505
2506
2507
2508
2509
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2502

class ProvisionDeviceRequest < Struct.new(
  :description,
  :name,
  :networking_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A name for the device.

Returns:

  • (String)


2502
2503
2504
2505
2506
2507
2508
2509
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2502

class ProvisionDeviceRequest < Struct.new(
  :description,
  :name,
  :networking_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#networking_configurationTypes::NetworkPayload

A networking configuration for the device.



2502
2503
2504
2505
2506
2507
2508
2509
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2502

class ProvisionDeviceRequest < Struct.new(
  :description,
  :name,
  :networking_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tags for the device.

Returns:

  • (Hash<String,String>)


2502
2503
2504
2505
2506
2507
2508
2509
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2502

class ProvisionDeviceRequest < Struct.new(
  :description,
  :name,
  :networking_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end