Skip to content

/AWS1/CL_NWSDEPLOYMENTSUMMARY

Summary information about a deployment.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_deploymentid TYPE /AWS1/NWSDEPLOYMENTID /AWS1/NWSDEPLOYMENTID

The service-generated id of the deployment.

iv_deploymentarn TYPE /AWS1/NWSDEPLOYMENTARN /AWS1/NWSDEPLOYMENTARN

The Amazon Resource Name (ARN) of the deployment.

Optional arguments:

iv_deploymentname TYPE /AWS1/NWSDEPLOYMENTNAME /AWS1/NWSDEPLOYMENTNAME

The name of the deployment.

iv_status TYPE /AWS1/NWSENTITYSTATUS /AWS1/NWSENTITYSTATUS

The current status of the resource: DRAFT (unpublished, editable), ACTIVE (published, in use), or DISABLED (deactivated; changes cannot be published until the resource is re-enabled).

iv_version TYPE /AWS1/NWSENTITYVERSION /AWS1/NWSENTITYVERSION

The version of the resource.

iv_haspublishedversion TYPE /AWS1/NWSHASPUBLISHEDVERSION /AWS1/NWSHASPUBLISHEDVERSION

Specifies whether a published version of the resource exists.

iv_updatedat TYPE /AWS1/NWSDATETIMESTAMP /AWS1/NWSDATETIMESTAMP

The time when the resource was last updated. For a snapshot, this is the time when the snapshot was created.


Queryable Attributes

deploymentId

The service-generated id of the deployment.

Accessible with the following methods

Method Description
GET_DEPLOYMENTID() Getter for DEPLOYMENTID, with configurable default
ASK_DEPLOYMENTID() Getter for DEPLOYMENTID w/ exceptions if field has no value
HAS_DEPLOYMENTID() Determine if DEPLOYMENTID has a value

deploymentArn

The Amazon Resource Name (ARN) of the deployment.

Accessible with the following methods

Method Description
GET_DEPLOYMENTARN() Getter for DEPLOYMENTARN, with configurable default
ASK_DEPLOYMENTARN() Getter for DEPLOYMENTARN w/ exceptions if field has no value
HAS_DEPLOYMENTARN() Determine if DEPLOYMENTARN has a value

deploymentName

The name of the deployment.

Accessible with the following methods

Method Description
GET_DEPLOYMENTNAME() Getter for DEPLOYMENTNAME, with configurable default
ASK_DEPLOYMENTNAME() Getter for DEPLOYMENTNAME w/ exceptions if field has no valu
HAS_DEPLOYMENTNAME() Determine if DEPLOYMENTNAME has a value

status

The current status of the resource: DRAFT (unpublished, editable), ACTIVE (published, in use), or DISABLED (deactivated; changes cannot be published until the resource is re-enabled).

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

version

The version of the resource.

Accessible with the following methods

Method Description
GET_VERSION() Getter for VERSION, with configurable default
ASK_VERSION() Getter for VERSION w/ exceptions if field has no value
HAS_VERSION() Determine if VERSION has a value

hasPublishedVersion

Specifies whether a published version of the resource exists.

Accessible with the following methods

Method Description
GET_HASPUBLISHEDVERSION() Getter for HASPUBLISHEDVERSION, with configurable default
ASK_HASPUBLISHEDVERSION() Getter for HASPUBLISHEDVERSION w/ exceptions if field has no
HAS_HASPUBLISHEDVERSION() Determine if HASPUBLISHEDVERSION has a value

updatedAt

The time when the resource was last updated. For a snapshot, this is the time when the snapshot was created.

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT 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_DEPLOYMENTSUMMARYLIST

TYPES TT_DEPLOYMENTSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_NWSDEPLOYMENTSUMMARY WITH DEFAULT KEY
.