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 profile.

Returns:

  • (String)


4145
4146
4147
4148
4149
4150
4151
4152
4153
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4145

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

#idString

The identifier of the provisioning profile.

Returns:

  • (String)


4145
4146
4147
4148
4149
4150
4151
4152
4153
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4145

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

#nameString

The name of the provisioning profile.

Returns:

  • (String)


4145
4146
4147
4148
4149
4150
4151
4152
4153
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4145

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

#provisioning_typeString

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

Returns:

  • (String)


4145
4146
4147
4148
4149
4150
4151
4152
4153
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4145

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

#statusString

The status of a provisioning profile.

Returns:

  • (String)


4145
4146
4147
4148
4149
4150
4151
4152
4153
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4145

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