/AWS1/CL_EC2CAPRESERVATIONGRP¶
Describes a resource group to which a Capacity Reservation has been added.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_grouparn TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The ARN of the resource group.
iv_ownerid TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The ID of the Amazon Web Services account that owns the resource group.
Queryable Attributes¶
GroupArn¶
The ARN of the resource group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUPARN() |
Getter for GROUPARN, with configurable default |
ASK_GROUPARN() |
Getter for GROUPARN w/ exceptions if field has no value |
HAS_GROUPARN() |
Determine if GROUPARN has a value |
OwnerId¶
The ID of the Amazon Web Services account that owns the resource group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OWNERID() |
Getter for OWNERID, with configurable default |
ASK_OWNERID() |
Getter for OWNERID w/ exceptions if field has no value |
HAS_OWNERID() |
Determine if OWNERID 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_CAPACITYRESERVATIONGROUPSET¶
TYPES TT_CAPACITYRESERVATIONGROUPSET TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2CAPRESERVATIONGRP WITH DEFAULT KEY
.