/AWS1/CL_SGMDESCRFEATUREMETRSP¶
DescribeFeatureMetadataResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_featuregrouparn TYPE /AWS1/SGMFEATUREGROUPARN /AWS1/SGMFEATUREGROUPARN¶
The Amazon Resource Number (ARN) of the feature group that contains the feature.
iv_featuregroupname TYPE /AWS1/SGMFEATUREGROUPNAME /AWS1/SGMFEATUREGROUPNAME¶
The name of the feature group that you've specified.
iv_featurename TYPE /AWS1/SGMFEATURENAME /AWS1/SGMFEATURENAME¶
The name of the feature that you've specified.
iv_featuretype TYPE /AWS1/SGMFEATURETYPE /AWS1/SGMFEATURETYPE¶
The data type of the feature.
iv_creationtime TYPE /AWS1/SGMCREATIONTIME /AWS1/SGMCREATIONTIME¶
A timestamp indicating when the feature was created.
iv_lastmodifiedtime TYPE /AWS1/SGMLASTMODIFIEDTIME /AWS1/SGMLASTMODIFIEDTIME¶
A timestamp indicating when the metadata for the feature group was modified. For example, if you add a parameter describing the feature, the timestamp changes to reflect the last time you
Optional arguments:¶
iv_description TYPE /AWS1/SGMFEATUREDESCRIPTION /AWS1/SGMFEATUREDESCRIPTION¶
The description you added to describe the feature.
it_parameters TYPE /AWS1/CL_SGMFEATUREPARAMETER=>TT_FEATUREPARAMETERS TT_FEATUREPARAMETERS¶
The key-value pairs that you added to describe the feature.
Queryable Attributes¶
FeatureGroupArn¶
The Amazon Resource Number (ARN) of the feature group that contains the feature.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FEATUREGROUPARN() |
Getter for FEATUREGROUPARN, with configurable default |
ASK_FEATUREGROUPARN() |
Getter for FEATUREGROUPARN w/ exceptions if field has no val |
HAS_FEATUREGROUPARN() |
Determine if FEATUREGROUPARN has a value |
FeatureGroupName¶
The name of the feature group that you've specified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FEATUREGROUPNAME() |
Getter for FEATUREGROUPNAME, with configurable default |
ASK_FEATUREGROUPNAME() |
Getter for FEATUREGROUPNAME w/ exceptions if field has no va |
HAS_FEATUREGROUPNAME() |
Determine if FEATUREGROUPNAME has a value |
FeatureName¶
The name of the feature that you've specified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FEATURENAME() |
Getter for FEATURENAME, with configurable default |
ASK_FEATURENAME() |
Getter for FEATURENAME w/ exceptions if field has no value |
HAS_FEATURENAME() |
Determine if FEATURENAME has a value |
FeatureType¶
The data type of the feature.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FEATURETYPE() |
Getter for FEATURETYPE, with configurable default |
ASK_FEATURETYPE() |
Getter for FEATURETYPE w/ exceptions if field has no value |
HAS_FEATURETYPE() |
Determine if FEATURETYPE has a value |
CreationTime¶
A timestamp indicating when the feature was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
LastModifiedTime¶
A timestamp indicating when the metadata for the feature group was modified. For example, if you add a parameter describing the feature, the timestamp changes to reflect the last time you
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME, with configurable default |
ASK_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME w/ exceptions if field has no va |
HAS_LASTMODIFIEDTIME() |
Determine if LASTMODIFIEDTIME has a value |
Description¶
The description you added to describe the feature.
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 |
Parameters¶
The key-value pairs that you added to describe the feature.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARAMETERS() |
Getter for PARAMETERS, with configurable default |
ASK_PARAMETERS() |
Getter for PARAMETERS w/ exceptions if field has no value |
HAS_PARAMETERS() |
Determine if PARAMETERS has a value |