/AWS1/CL_SGMDESCRHUBRESPONSE¶
DescribeHubResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_hubname TYPE /AWS1/SGMHUBNAME /AWS1/SGMHUBNAME¶
The name of the hub.
iv_hubarn TYPE /AWS1/SGMHUBARN /AWS1/SGMHUBARN¶
The Amazon Resource Name (ARN) of the hub.
iv_hubstatus TYPE /AWS1/SGMHUBSTATUS /AWS1/SGMHUBSTATUS¶
The status of the hub.
iv_creationtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
The date and time that the hub was created.
iv_lastmodifiedtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
The date and time that the hub was last modified.
Optional arguments:¶
iv_hubdisplayname TYPE /AWS1/SGMHUBDISPLAYNAME /AWS1/SGMHUBDISPLAYNAME¶
The display name of the hub.
iv_hubdescription TYPE /AWS1/SGMHUBDESCRIPTION /AWS1/SGMHUBDESCRIPTION¶
A description of the hub.
it_hubsearchkeywords TYPE /AWS1/CL_SGMHUBSRCHKEYWORDLS00=>TT_HUBSEARCHKEYWORDLIST TT_HUBSEARCHKEYWORDLIST¶
The searchable keywords for the hub.
io_s3storageconfig TYPE REF TO /AWS1/CL_SGMHUBS3STORAGECONFIG /AWS1/CL_SGMHUBS3STORAGECONFIG¶
The Amazon S3 storage configuration for the hub.
iv_failurereason TYPE /AWS1/SGMFAILUREREASON /AWS1/SGMFAILUREREASON¶
The failure reason if importing hub content failed.
Queryable Attributes¶
HubName¶
The name of the hub.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HUBNAME() |
Getter for HUBNAME, with configurable default |
ASK_HUBNAME() |
Getter for HUBNAME w/ exceptions if field has no value |
HAS_HUBNAME() |
Determine if HUBNAME has a value |
HubArn¶
The Amazon Resource Name (ARN) of the hub.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HUBARN() |
Getter for HUBARN, with configurable default |
ASK_HUBARN() |
Getter for HUBARN w/ exceptions if field has no value |
HAS_HUBARN() |
Determine if HUBARN has a value |
HubDisplayName¶
The display name of the hub.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HUBDISPLAYNAME() |
Getter for HUBDISPLAYNAME, with configurable default |
ASK_HUBDISPLAYNAME() |
Getter for HUBDISPLAYNAME w/ exceptions if field has no valu |
HAS_HUBDISPLAYNAME() |
Determine if HUBDISPLAYNAME has a value |
HubDescription¶
A description of the hub.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HUBDESCRIPTION() |
Getter for HUBDESCRIPTION, with configurable default |
ASK_HUBDESCRIPTION() |
Getter for HUBDESCRIPTION w/ exceptions if field has no valu |
HAS_HUBDESCRIPTION() |
Determine if HUBDESCRIPTION has a value |
HubSearchKeywords¶
The searchable keywords for the hub.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HUBSEARCHKEYWORDS() |
Getter for HUBSEARCHKEYWORDS, with configurable default |
ASK_HUBSEARCHKEYWORDS() |
Getter for HUBSEARCHKEYWORDS w/ exceptions if field has no v |
HAS_HUBSEARCHKEYWORDS() |
Determine if HUBSEARCHKEYWORDS has a value |
S3StorageConfig¶
The Amazon S3 storage configuration for the hub.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3STORAGECONFIG() |
Getter for S3STORAGECONFIG |
HubStatus¶
The status of the hub.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HUBSTATUS() |
Getter for HUBSTATUS, with configurable default |
ASK_HUBSTATUS() |
Getter for HUBSTATUS w/ exceptions if field has no value |
HAS_HUBSTATUS() |
Determine if HUBSTATUS has a value |
FailureReason¶
The failure reason if importing hub content failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILUREREASON() |
Getter for FAILUREREASON, with configurable default |
ASK_FAILUREREASON() |
Getter for FAILUREREASON w/ exceptions if field has no value |
HAS_FAILUREREASON() |
Determine if FAILUREREASON has a value |
CreationTime¶
The date and time that the hub 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¶
The date and time that the hub 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 |