/AWS1/CL_DMGDSCFLEETADVISORD01¶
DescribeFleetAdvisorDatabasesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_databases TYPE /AWS1/CL_DMGDATABASERESPONSE=>TT_DATABASELIST TT_DATABASELIST¶
Provides descriptions of the Fleet Advisor collector databases, including the database's collector, ID, and name.
iv_nexttoken TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING¶
If
NextTokenis returned, there are more results available. The value ofNextTokenis a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
Queryable Attributes¶
Databases¶
Provides descriptions of the Fleet Advisor collector databases, including the database's collector, ID, and name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATABASES() |
Getter for DATABASES, with configurable default |
ASK_DATABASES() |
Getter for DATABASES w/ exceptions if field has no value |
HAS_DATABASES() |
Determine if DATABASES has a value |
NextToken¶
If
NextTokenis returned, there are more results available. The value ofNextTokenis a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |