/AWS1/CL_CRMSCHEMASUMMARY¶
The schema summary for the objects listed by the request.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/CRMTABLEALIAS /AWS1/CRMTABLEALIAS¶
The name for the schema object.
iv_type TYPE /AWS1/CRMSCHEMATYPE /AWS1/CRMSCHEMATYPE¶
The type of schema object.
iv_creatoraccountid TYPE /AWS1/CRMACCOUNTID /AWS1/CRMACCOUNTID¶
The unique account ID for the Amazon Web Services account that owns the schema.
iv_createtime TYPE /AWS1/CRMTIMESTAMP /AWS1/CRMTIMESTAMP¶
The time the schema object was created.
iv_updatetime TYPE /AWS1/CRMTIMESTAMP /AWS1/CRMTIMESTAMP¶
The time the schema object was last updated.
iv_collaborationid TYPE /AWS1/CRMUUID /AWS1/CRMUUID¶
The unique ID for the collaboration that the schema belongs to.
iv_collaborationarn TYPE /AWS1/CRMCOLLABORATIONARN /AWS1/CRMCOLLABORATIONARN¶
The unique ARN for the collaboration that the schema belongs to.
it_analysisruletypes TYPE /AWS1/CL_CRMALYRULETYPELIST_W=>TT_ANALYSISRULETYPELIST TT_ANALYSISRULETYPELIST¶
The types of analysis rules that are associated with this schema object.
Optional arguments:¶
iv_analysismethod TYPE /AWS1/CRMANALYSISMETHOD /AWS1/CRMANALYSISMETHOD¶
The analysis method for the associated schema.
DIRECT_QUERYallows SQL queries to be run directly on this table.
DIRECT_JOBallows PySpark jobs to be run directly on this table.
MULTIPLEallows both SQL queries and PySpark jobs to be run directly on this table.
iv_resourcearn TYPE /AWS1/CRMSCHEMARESOURCEARN /AWS1/CRMSCHEMARESOURCEARN¶
The Amazon Resource Name (ARN) of the schema summary resource.
it_selectedanalysismethods TYPE /AWS1/CL_CRMSELEDALYMETHODS_W=>TT_SELECTEDANALYSISMETHODS TT_SELECTEDANALYSISMETHODS¶
The selected analysis methods for the schema.
Queryable Attributes¶
name¶
The name for the schema object.
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 |
type¶
The type of schema object.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
creatorAccountId¶
The unique account ID for the Amazon Web Services account that owns the schema.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATORACCOUNTID() |
Getter for CREATORACCOUNTID, with configurable default |
ASK_CREATORACCOUNTID() |
Getter for CREATORACCOUNTID w/ exceptions if field has no va |
HAS_CREATORACCOUNTID() |
Determine if CREATORACCOUNTID has a value |
createTime¶
The time the schema object was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATETIME() |
Getter for CREATETIME, with configurable default |
ASK_CREATETIME() |
Getter for CREATETIME w/ exceptions if field has no value |
HAS_CREATETIME() |
Determine if CREATETIME has a value |
updateTime¶
The time the schema object was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATETIME() |
Getter for UPDATETIME, with configurable default |
ASK_UPDATETIME() |
Getter for UPDATETIME w/ exceptions if field has no value |
HAS_UPDATETIME() |
Determine if UPDATETIME has a value |
collaborationId¶
The unique ID for the collaboration that the schema belongs to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLLABORATIONID() |
Getter for COLLABORATIONID, with configurable default |
ASK_COLLABORATIONID() |
Getter for COLLABORATIONID w/ exceptions if field has no val |
HAS_COLLABORATIONID() |
Determine if COLLABORATIONID has a value |
collaborationArn¶
The unique ARN for the collaboration that the schema belongs to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLLABORATIONARN() |
Getter for COLLABORATIONARN, with configurable default |
ASK_COLLABORATIONARN() |
Getter for COLLABORATIONARN w/ exceptions if field has no va |
HAS_COLLABORATIONARN() |
Determine if COLLABORATIONARN has a value |
analysisRuleTypes¶
The types of analysis rules that are associated with this schema object.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANALYSISRULETYPES() |
Getter for ANALYSISRULETYPES, with configurable default |
ASK_ANALYSISRULETYPES() |
Getter for ANALYSISRULETYPES w/ exceptions if field has no v |
HAS_ANALYSISRULETYPES() |
Determine if ANALYSISRULETYPES has a value |
analysisMethod¶
The analysis method for the associated schema.
DIRECT_QUERYallows SQL queries to be run directly on this table.
DIRECT_JOBallows PySpark jobs to be run directly on this table.
MULTIPLEallows both SQL queries and PySpark jobs to be run directly on this table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANALYSISMETHOD() |
Getter for ANALYSISMETHOD, with configurable default |
ASK_ANALYSISMETHOD() |
Getter for ANALYSISMETHOD w/ exceptions if field has no valu |
HAS_ANALYSISMETHOD() |
Determine if ANALYSISMETHOD has a value |
resourceArn¶
The Amazon Resource Name (ARN) of the schema summary resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEARN() |
Getter for RESOURCEARN, with configurable default |
ASK_RESOURCEARN() |
Getter for RESOURCEARN w/ exceptions if field has no value |
HAS_RESOURCEARN() |
Determine if RESOURCEARN has a value |
selectedAnalysisMethods¶
The selected analysis methods for the schema.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SELECTEDANALYSISMETHODS() |
Getter for SELECTEDANALYSISMETHODS, with configurable defaul |
ASK_SELECTEDANALYSISMETHODS() |
Getter for SELECTEDANALYSISMETHODS w/ exceptions if field ha |
HAS_SELECTEDANALYSISMETHODS() |
Determine if SELECTEDANALYSISMETHODS 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_SCHEMASUMMARYLIST¶
TYPES TT_SCHEMASUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CRMSCHEMASUMMARY WITH DEFAULT KEY
.