Skip to content

/AWS1/CL_SSMNODE

Details about an individual managed node.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_capturetime TYPE /AWS1/SSMNODECAPTURETIME /AWS1/SSMNODECAPTURETIME

The UTC timestamp for when the managed node data was last captured.

iv_id TYPE /AWS1/SSMNODEID /AWS1/SSMNODEID

The ID of the managed node.

io_owner TYPE REF TO /AWS1/CL_SSMNODEOWNERINFO /AWS1/CL_SSMNODEOWNERINFO

Information about the ownership of the managed node.

iv_region TYPE /AWS1/SSMNODEREGION /AWS1/SSMNODEREGION

The Amazon Web Services Region that a managed node was created in or assigned to.

io_nodetype TYPE REF TO /AWS1/CL_SSMNODETYPE /AWS1/CL_SSMNODETYPE

Information about the type of node.


Queryable Attributes

CaptureTime

The UTC timestamp for when the managed node data was last captured.

Accessible with the following methods

Method Description
GET_CAPTURETIME() Getter for CAPTURETIME, with configurable default
ASK_CAPTURETIME() Getter for CAPTURETIME w/ exceptions if field has no value
HAS_CAPTURETIME() Determine if CAPTURETIME has a value

Id

The ID of the managed node.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

Owner

Information about the ownership of the managed node.

Accessible with the following methods

Method Description
GET_OWNER() Getter for OWNER

Region

The Amazon Web Services Region that a managed node was created in or assigned to.

Accessible with the following methods

Method Description
GET_REGION() Getter for REGION, with configurable default
ASK_REGION() Getter for REGION w/ exceptions if field has no value
HAS_REGION() Determine if REGION has a value

NodeType

Information about the type of node.

Accessible with the following methods

Method Description
GET_NODETYPE() Getter for NODETYPE

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_NODELIST

TYPES TT_NODELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SSMNODE WITH DEFAULT KEY
.