Skip to content

/AWS1/CL_SSSDATABASESUMMARY

The summary of the database.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_APPLICATIONID TYPE /AWS1/SSSAPPLICATIONID /AWS1/SSSAPPLICATIONID

The ID of the application.

IV_COMPONENTID TYPE /AWS1/SSSCOMPONENTID /AWS1/SSSCOMPONENTID

The ID of the component.

IV_DATABASEID TYPE /AWS1/SSSDATABASEID /AWS1/SSSDATABASEID

The ID of the database.

IV_DATABASETYPE TYPE /AWS1/SSSDATABASETYPE /AWS1/SSSDATABASETYPE

The type of the database.

IV_ARN TYPE /AWS1/SSSSSMSAPARN /AWS1/SSSSSMSAPARN

The Amazon Resource Name (ARN) of the database.

IT_TAGS TYPE /AWS1/CL_SSSTAGMAP_W=>TT_TAGMAP TT_TAGMAP

The tags of the database.


Queryable Attributes

ApplicationId

The ID of the application.

Accessible with the following methods

Method Description
GET_APPLICATIONID() Getter for APPLICATIONID, with configurable default
ASK_APPLICATIONID() Getter for APPLICATIONID w/ exceptions if field has no value
HAS_APPLICATIONID() Determine if APPLICATIONID has a value

ComponentId

The ID of the component.

Accessible with the following methods

Method Description
GET_COMPONENTID() Getter for COMPONENTID, with configurable default
ASK_COMPONENTID() Getter for COMPONENTID w/ exceptions if field has no value
HAS_COMPONENTID() Determine if COMPONENTID has a value

DatabaseId

The ID of the database.

Accessible with the following methods

Method Description
GET_DATABASEID() Getter for DATABASEID, with configurable default
ASK_DATABASEID() Getter for DATABASEID w/ exceptions if field has no value
HAS_DATABASEID() Determine if DATABASEID has a value

DatabaseType

The type of the database.

Accessible with the following methods

Method Description
GET_DATABASETYPE() Getter for DATABASETYPE, with configurable default
ASK_DATABASETYPE() Getter for DATABASETYPE w/ exceptions if field has no value
HAS_DATABASETYPE() Determine if DATABASETYPE has a value

Arn

The Amazon Resource Name (ARN) of the database.

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

Tags

The tags of the database.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS 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_DATABASESUMMARYLIST

TYPES TT_DATABASESUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SSSDATABASESUMMARY WITH DEFAULT KEY
.