/AWS1/CL_GGSRESRCDATACONTAINER¶
A container for resource data. The container takes only one of the following supported resource data types: ''LocalDeviceResourceData'', ''LocalVolumeResourceData'', ''SageMakerMachineLearningModelResourceData'', ''S3MachineLearningModelResourceData'', ''SecretsManagerSecretResourceData''.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_localdeviceresourcedata TYPE REF TO /AWS1/CL_GGSLOCALDEVRESRCDATA /AWS1/CL_GGSLOCALDEVRESRCDATA¶
Attributes that define the local device resource.
io_localvolumeresourcedata TYPE REF TO /AWS1/CL_GGSLOCALVOLRESRCDATA /AWS1/CL_GGSLOCALVOLRESRCDATA¶
Attributes that define the local volume resource.
io_s3mlmodelresourcedata TYPE REF TO /AWS1/CL_GGSS3MLMODELRESRCDATA /AWS1/CL_GGSS3MLMODELRESRCDATA¶
Attributes that define an Amazon S3 machine learning resource.
io_smmlmodelresourcedata TYPE REF TO /AWS1/CL_GGSSMMLMODELRESRCDATA /AWS1/CL_GGSSMMLMODELRESRCDATA¶
Attributes that define an Amazon SageMaker machine learning resource.
io_secretsmanagersecretres00 TYPE REF TO /AWS1/CL_GGSSECRETSMANAGERSE00 /AWS1/CL_GGSSECRETSMANAGERSE00¶
Attributes that define a secret resource, which references a secret from AWS Secrets Manager.
Queryable Attributes¶
LocalDeviceResourceData¶
Attributes that define the local device resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCALDEVICERESOURCEDATA() |
Getter for LOCALDEVICERESOURCEDATA |
LocalVolumeResourceData¶
Attributes that define the local volume resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCALVOLUMERESOURCEDATA() |
Getter for LOCALVOLUMERESOURCEDATA |
S3MachineLearningModelResourceData¶
Attributes that define an Amazon S3 machine learning resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3MLMODELRESOURCEDATA() |
Getter for S3MLMODELRESOURCEDATA |
SageMakerMachineLearningModelResourceData¶
Attributes that define an Amazon SageMaker machine learning resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SMMLMODELRESOURCEDATA() |
Getter for SAGEMAKERMLMODELRESOURCEDATA |
SecretsManagerSecretResourceData¶
Attributes that define a secret resource, which references a secret from AWS Secrets Manager.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECRETSMANAGERSECRETRE00() |
Getter for SECRETSMANAGERSECRETRESRCD00 |