Skip to content

/AWS1/CL_IOXPROVPROFILESUMMARY

Structure describing a provisioning profile.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_name TYPE /AWS1/IOXPROVPROFILENAME /AWS1/IOXPROVPROFILENAME

The name of the provisioning profile.

iv_id TYPE /AWS1/IOXPROVISIONINGPROFILEID /AWS1/IOXPROVISIONINGPROFILEID

The identifier of the provisioning profile.

iv_arn TYPE /AWS1/IOXPROVPROFILEARN /AWS1/IOXPROVPROFILEARN

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

iv_provisioningtype TYPE /AWS1/IOXPROVISIONINGTYPE /AWS1/IOXPROVISIONINGTYPE

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

iv_status TYPE /AWS1/IOXPROVPROFILESTATUS /AWS1/IOXPROVPROFILESTATUS

The status of a provisioning profile.


Queryable Attributes

Name

The name of the provisioning profile.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

Id

The identifier of the provisioning profile.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

Arn

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

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

ProvisioningType

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

Accessible with the following methods

Method Description
GET_PROVISIONINGTYPE() Getter for PROVISIONINGTYPE, with configurable default
ASK_PROVISIONINGTYPE() Getter for PROVISIONINGTYPE w/ exceptions if field has no va
HAS_PROVISIONINGTYPE() Determine if PROVISIONINGTYPE has a value

Status

The status of a provisioning profile.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_PROVPROFILELISTDEFINITION

TYPES TT_PROVPROFILELISTDEFINITION TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOXPROVPROFILESUMMARY WITH DEFAULT KEY
.