Class: Aws::IoTManagedIntegrations::Types::ProvisioningProfileSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotmanagedintegrations/types.rb

Overview

Structure describing a provisioning profile.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the provisioning template used in the provisioning profile.



4019
4020
4021
4022
4023
4024
4025
4026
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4019

class ProvisioningProfileSummary < Struct.new(
  :name,
  :id,
  :arn,
  :provisioning_type)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the provisioning profile.



4019
4020
4021
4022
4023
4024
4025
4026
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4019

class ProvisioningProfileSummary < Struct.new(
  :name,
  :id,
  :arn,
  :provisioning_type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the provisioning template.



4019
4020
4021
4022
4023
4024
4025
4026
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4019

class ProvisioningProfileSummary < Struct.new(
  :name,
  :id,
  :arn,
  :provisioning_type)
  SENSITIVE = []
  include Aws::Structure
end

#provisioning_typeString

The type of provisioning workflow the device uses for onboarding to IoT managed integrations.



4019
4020
4021
4022
4023
4024
4025
4026
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4019

class ProvisioningProfileSummary < Struct.new(
  :name,
  :id,
  :arn,
  :provisioning_type)
  SENSITIVE = []
  include Aws::Structure
end