/AWS1/CL_SGMDESCREXPERIMENTRSP¶
DescribeExperimentResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_experimentname
TYPE /AWS1/SGMEXPERIMENTENTITYNAME
/AWS1/SGMEXPERIMENTENTITYNAME
¶
The name of the experiment.
iv_experimentarn
TYPE /AWS1/SGMEXPERIMENTARN
/AWS1/SGMEXPERIMENTARN
¶
The Amazon Resource Name (ARN) of the experiment.
iv_displayname
TYPE /AWS1/SGMEXPERIMENTENTITYNAME
/AWS1/SGMEXPERIMENTENTITYNAME
¶
The name of the experiment as displayed. If
DisplayName
isn't specified,ExperimentName
is displayed.
io_source
TYPE REF TO /AWS1/CL_SGMEXPERIMENTSOURCE
/AWS1/CL_SGMEXPERIMENTSOURCE
¶
The Amazon Resource Name (ARN) of the source and, optionally, the type.
iv_description
TYPE /AWS1/SGMEXPERIMENTDESCRIPTION
/AWS1/SGMEXPERIMENTDESCRIPTION
¶
The description of the experiment.
iv_creationtime
TYPE /AWS1/SGMTIMESTAMP
/AWS1/SGMTIMESTAMP
¶
When the experiment was created.
io_createdby
TYPE REF TO /AWS1/CL_SGMUSERCONTEXT
/AWS1/CL_SGMUSERCONTEXT
¶
Who created the experiment.
iv_lastmodifiedtime
TYPE /AWS1/SGMTIMESTAMP
/AWS1/SGMTIMESTAMP
¶
When the experiment was last modified.
io_lastmodifiedby
TYPE REF TO /AWS1/CL_SGMUSERCONTEXT
/AWS1/CL_SGMUSERCONTEXT
¶
Who last modified the experiment.
Queryable Attributes¶
ExperimentName¶
The name of the experiment.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EXPERIMENTNAME() |
Getter for EXPERIMENTNAME, with configurable default |
ASK_EXPERIMENTNAME() |
Getter for EXPERIMENTNAME w/ exceptions if field has no valu |
HAS_EXPERIMENTNAME() |
Determine if EXPERIMENTNAME has a value |
ExperimentArn¶
The Amazon Resource Name (ARN) of the experiment.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EXPERIMENTARN() |
Getter for EXPERIMENTARN, with configurable default |
ASK_EXPERIMENTARN() |
Getter for EXPERIMENTARN w/ exceptions if field has no value |
HAS_EXPERIMENTARN() |
Determine if EXPERIMENTARN has a value |
DisplayName¶
The name of the experiment as displayed. If
DisplayName
isn't specified,ExperimentName
is displayed.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DISPLAYNAME() |
Getter for DISPLAYNAME, with configurable default |
ASK_DISPLAYNAME() |
Getter for DISPLAYNAME w/ exceptions if field has no value |
HAS_DISPLAYNAME() |
Determine if DISPLAYNAME has a value |
Source¶
The Amazon Resource Name (ARN) of the source and, optionally, the type.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SOURCE() |
Getter for SOURCE |
Description¶
The description of the experiment.
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 |
CreationTime¶
When the experiment 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 |
CreatedBy¶
Who created the experiment.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATEDBY() |
Getter for CREATEDBY |
LastModifiedTime¶
When the experiment was last modified.
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 |
LastModifiedBy¶
Who last modified the experiment.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTMODIFIEDBY() |
Getter for LASTMODIFIEDBY |