Class: Aws::IoTManagedIntegrations::Types::ProvisioningProfileSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::ProvisioningProfileSummary
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Overview
Structure describing a provisioning profile.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the provisioning profile.
-
#id ⇒ String
The identifier of the provisioning profile.
-
#name ⇒ String
The name of the provisioning profile.
-
#provisioning_type ⇒ String
The type of provisioning workflow the device uses for onboarding to IoT managed integrations.
-
#status ⇒ String
The status of a provisioning profile.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the provisioning profile.
4145 4146 4147 4148 4149 4150 4151 4152 4153 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4145 class ProvisioningProfileSummary < Struct.new( :name, :id, :arn, :provisioning_type, :status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the provisioning profile.
4145 4146 4147 4148 4149 4150 4151 4152 4153 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4145 class ProvisioningProfileSummary < Struct.new( :name, :id, :arn, :provisioning_type, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the provisioning profile.
4145 4146 4147 4148 4149 4150 4151 4152 4153 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4145 class ProvisioningProfileSummary < Struct.new( :name, :id, :arn, :provisioning_type, :status) SENSITIVE = [] include Aws::Structure end |
#provisioning_type ⇒ String
The type of provisioning workflow the device uses for onboarding to IoT managed integrations.
4145 4146 4147 4148 4149 4150 4151 4152 4153 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4145 class ProvisioningProfileSummary < Struct.new( :name, :id, :arn, :provisioning_type, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of a provisioning profile.
4145 4146 4147 4148 4149 4150 4151 4152 4153 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4145 class ProvisioningProfileSummary < Struct.new( :name, :id, :arn, :provisioning_type, :status) SENSITIVE = [] include Aws::Structure end |