Class: Aws::Panorama::Types::ProvisionDeviceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::ProvisionDeviceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-panorama/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The device’s ARN.
-
#certificates ⇒ String
The device’s configuration bundle.
-
#device_id ⇒ String
The device’s ID.
-
#iot_thing_name ⇒ String
The device’s IoT thing name.
-
#status ⇒ String
The device’s status.
Instance Attribute Details
#arn ⇒ String
The device’s ARN.
2533 2534 2535 2536 2537 2538 2539 2540 2541 |
# File 'lib/aws-sdk-panorama/types.rb', line 2533 class ProvisionDeviceResponse < Struct.new( :arn, :certificates, :device_id, :iot_thing_name, :status) SENSITIVE = [] include Aws::Structure end |
#certificates ⇒ String
The device’s configuration bundle.
2533 2534 2535 2536 2537 2538 2539 2540 2541 |
# File 'lib/aws-sdk-panorama/types.rb', line 2533 class ProvisionDeviceResponse < Struct.new( :arn, :certificates, :device_id, :iot_thing_name, :status) SENSITIVE = [] include Aws::Structure end |
#device_id ⇒ String
The device’s ID.
2533 2534 2535 2536 2537 2538 2539 2540 2541 |
# File 'lib/aws-sdk-panorama/types.rb', line 2533 class ProvisionDeviceResponse < Struct.new( :arn, :certificates, :device_id, :iot_thing_name, :status) SENSITIVE = [] include Aws::Structure end |
#iot_thing_name ⇒ String
The device’s IoT thing name.
2533 2534 2535 2536 2537 2538 2539 2540 2541 |
# File 'lib/aws-sdk-panorama/types.rb', line 2533 class ProvisionDeviceResponse < Struct.new( :arn, :certificates, :device_id, :iot_thing_name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The device’s status.
2533 2534 2535 2536 2537 2538 2539 2540 2541 |
# File 'lib/aws-sdk-panorama/types.rb', line 2533 class ProvisionDeviceResponse < Struct.new( :arn, :certificates, :device_id, :iot_thing_name, :status) SENSITIVE = [] include Aws::Structure end |