Class: Aws::Panorama::Types::ProvisionDeviceResponse

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

#arnString

The device's ARN.

Returns:

  • (String)


2533
2534
2535
2536
2537
2538
2539
2540
2541
# File 'gems/aws-sdk-panorama/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

#certificatesString

The device's configuration bundle.

Returns:

  • (String)


2533
2534
2535
2536
2537
2538
2539
2540
2541
# File 'gems/aws-sdk-panorama/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_idString

The device's ID.

Returns:

  • (String)


2533
2534
2535
2536
2537
2538
2539
2540
2541
# File 'gems/aws-sdk-panorama/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_nameString

The device's IoT thing name.

Returns:

  • (String)


2533
2534
2535
2536
2537
2538
2539
2540
2541
# File 'gems/aws-sdk-panorama/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

#statusString

The device's status.

Returns:

  • (String)


2533
2534
2535
2536
2537
2538
2539
2540
2541
# File 'gems/aws-sdk-panorama/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