Class: Aws::Panorama::Types::ProvisionDeviceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::ProvisionDeviceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-panorama/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description for the device.
-
#name ⇒ String
A name for the device.
-
#networking_configuration ⇒ Types::NetworkPayload
A networking configuration for the device.
-
#tags ⇒ Hash<String,String>
Tags for the device.
Instance Attribute Details
#description ⇒ String
A description for the device.
2502 2503 2504 2505 2506 2507 2508 2509 |
# File 'lib/aws-sdk-panorama/types.rb', line 2502 class ProvisionDeviceRequest < Struct.new( :description, :name, :networking_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name for the device.
2502 2503 2504 2505 2506 2507 2508 2509 |
# File 'lib/aws-sdk-panorama/types.rb', line 2502 class ProvisionDeviceRequest < Struct.new( :description, :name, :networking_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#networking_configuration ⇒ Types::NetworkPayload
A networking configuration for the device.
2502 2503 2504 2505 2506 2507 2508 2509 |
# File 'lib/aws-sdk-panorama/types.rb', line 2502 class ProvisionDeviceRequest < Struct.new( :description, :name, :networking_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags for the device.
2502 2503 2504 2505 2506 2507 2508 2509 |
# File 'lib/aws-sdk-panorama/types.rb', line 2502 class ProvisionDeviceRequest < Struct.new( :description, :name, :networking_configuration, :tags) SENSITIVE = [] include Aws::Structure end |