Class: Aws::IoTManagedIntegrations::Types::GetProvisioningProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::GetProvisioningProfileResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[:claim_certificate, :tags]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the provisioning template used in the provisioning profile.
-
#claim_certificate ⇒ String
The id of the claim certificate.
-
#id ⇒ String
The provisioning profile id.
-
#name ⇒ String
The name of the provisioning template.
-
#provisioning_type ⇒ String
The type of provisioning workflow the device uses for onboarding to IoT managed integrations.
-
#tags ⇒ Hash<String,String>
A set of key/value pairs that are used to manage the provisioning profile.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the provisioning template used in the provisioning profile.
2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2486 class GetProvisioningProfileResponse < Struct.new( :arn, :name, :provisioning_type, :id, :claim_certificate, :tags) SENSITIVE = [:claim_certificate, :tags] include Aws::Structure end |
#claim_certificate ⇒ String
The id of the claim certificate.
2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2486 class GetProvisioningProfileResponse < Struct.new( :arn, :name, :provisioning_type, :id, :claim_certificate, :tags) SENSITIVE = [:claim_certificate, :tags] include Aws::Structure end |
#id ⇒ String
The provisioning profile id.
2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2486 class GetProvisioningProfileResponse < Struct.new( :arn, :name, :provisioning_type, :id, :claim_certificate, :tags) SENSITIVE = [:claim_certificate, :tags] include Aws::Structure end |
#name ⇒ String
The name of the provisioning template.
2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2486 class GetProvisioningProfileResponse < Struct.new( :arn, :name, :provisioning_type, :id, :claim_certificate, :tags) SENSITIVE = [:claim_certificate, :tags] include Aws::Structure end |
#provisioning_type ⇒ String
The type of provisioning workflow the device uses for onboarding to IoT managed integrations.
2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2486 class GetProvisioningProfileResponse < Struct.new( :arn, :name, :provisioning_type, :id, :claim_certificate, :tags) SENSITIVE = [:claim_certificate, :tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A set of key/value pairs that are used to manage the provisioning profile.
2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2486 class GetProvisioningProfileResponse < Struct.new( :arn, :name, :provisioning_type, :id, :claim_certificate, :tags) SENSITIVE = [:claim_certificate, :tags] include Aws::Structure end |