/AWS1/CL_NEPDBCLUSTERSNAPATTR¶
Contains the name and values of a manual DB cluster snapshot attribute.
Manual DB cluster snapshot attributes are used to authorize other Amazon accounts to restore a manual DB cluster snapshot. For more information, see the ModifyDBClusterSnapshotAttribute API action.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_attributename
TYPE /AWS1/NEPSTRING
/AWS1/NEPSTRING
¶
The name of the manual DB cluster snapshot attribute.
The attribute named
restore
refers to the list of Amazon accounts that have permission to copy or restore the manual DB cluster snapshot. For more information, see the ModifyDBClusterSnapshotAttribute API action.
it_attributevalues
TYPE /AWS1/CL_NEPATTRVALUELIST_W=>TT_ATTRIBUTEVALUELIST
TT_ATTRIBUTEVALUELIST
¶
The value(s) for the manual DB cluster snapshot attribute.
If the
AttributeName
field is set torestore
, then this element returns a list of IDs of the Amazon accounts that are authorized to copy or restore the manual DB cluster snapshot. If a value ofall
is in the list, then the manual DB cluster snapshot is public and available for any Amazon account to copy or restore.
Queryable Attributes¶
AttributeName¶
The name of the manual DB cluster snapshot attribute.
The attribute named
restore
refers to the list of Amazon accounts that have permission to copy or restore the manual DB cluster snapshot. For more information, see the ModifyDBClusterSnapshotAttribute API action.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ATTRIBUTENAME() |
Getter for ATTRIBUTENAME, with configurable default |
ASK_ATTRIBUTENAME() |
Getter for ATTRIBUTENAME w/ exceptions if field has no value |
HAS_ATTRIBUTENAME() |
Determine if ATTRIBUTENAME has a value |
AttributeValues¶
The value(s) for the manual DB cluster snapshot attribute.
If the
AttributeName
field is set torestore
, then this element returns a list of IDs of the Amazon accounts that are authorized to copy or restore the manual DB cluster snapshot. If a value ofall
is in the list, then the manual DB cluster snapshot is public and available for any Amazon account to copy or restore.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ATTRIBUTEVALUES() |
Getter for ATTRIBUTEVALUES, with configurable default |
ASK_ATTRIBUTEVALUES() |
Getter for ATTRIBUTEVALUES w/ exceptions if field has no val |
HAS_ATTRIBUTEVALUES() |
Determine if ATTRIBUTEVALUES 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_DBCLUSTERSNAPSHOTATTRLIST
¶
TYPES TT_DBCLUSTERSNAPSHOTATTRLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_NEPDBCLUSTERSNAPATTR WITH DEFAULT KEY
.