/AWS1/CL_SCGPROVARTIFACTSUMM¶
Summary information about a provisioning artifact (also known as a version) for a product.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/SCGID /AWS1/SCGID¶
The identifier of the provisioning artifact.
iv_name TYPE /AWS1/SCGPROVARTIFACTNAME /AWS1/SCGPROVARTIFACTNAME¶
The name of the provisioning artifact.
iv_description TYPE /AWS1/SCGPROVARTIFACTDESC /AWS1/SCGPROVARTIFACTDESC¶
The description of the provisioning artifact.
iv_createdtime TYPE /AWS1/SCGPROVARTIFACTCREDTIME /AWS1/SCGPROVARTIFACTCREDTIME¶
The UTC time stamp of the creation time.
it_provartifactmetadata TYPE /AWS1/CL_SCGPROVARTIFACTINFO_W=>TT_PROVISIONINGARTIFACTINFO TT_PROVISIONINGARTIFACTINFO¶
The metadata for the provisioning artifact. This is used with Amazon Web Services Marketplace products.
Queryable Attributes¶
Id¶
The identifier of the provisioning artifact.
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 |
Name¶
The name of the provisioning artifact.
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 |
Description¶
The description of the provisioning artifact.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
CreatedTime¶
The UTC time stamp of the creation time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIME() |
Getter for CREATEDTIME, with configurable default |
ASK_CREATEDTIME() |
Getter for CREATEDTIME w/ exceptions if field has no value |
HAS_CREATEDTIME() |
Determine if CREATEDTIME has a value |
ProvisioningArtifactMetadata¶
The metadata for the provisioning artifact. This is used with Amazon Web Services Marketplace products.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROVARTIFACTMETADATA() |
Getter for PROVISIONINGARTIFACTMETADATA, with configurable d |
ASK_PROVARTIFACTMETADATA() |
Getter for PROVISIONINGARTIFACTMETADATA w/ exceptions if fie |
HAS_PROVARTIFACTMETADATA() |
Determine if PROVISIONINGARTIFACTMETADATA 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_PROVARTIFACTSUMMARIES¶
TYPES TT_PROVARTIFACTSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_SCGPROVARTIFACTSUMM WITH DEFAULT KEY
.