/AWS1/CL_OUTGETOUTPOSTINSTTY01¶
GetOutpostInstanceTypesOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_instancetypes TYPE /AWS1/CL_OUTINSTANCETYPEITEM=>TT_INSTANCETYPELISTDEFINITION TT_INSTANCETYPELISTDEFINITION¶
Information about the instance types.
iv_nexttoken TYPE /AWS1/OUTTOKEN /AWS1/OUTTOKEN¶
The pagination token.
iv_outpostid TYPE /AWS1/OUTOUTPOSTID /AWS1/OUTOUTPOSTID¶
The ID of the Outpost.
iv_outpostarn TYPE /AWS1/OUTOUTPOSTARN /AWS1/OUTOUTPOSTARN¶
The Amazon Resource Name (ARN) of the Outpost.
Queryable Attributes¶
InstanceTypes¶
Information about the instance types.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCETYPES() |
Getter for INSTANCETYPES, with configurable default |
ASK_INSTANCETYPES() |
Getter for INSTANCETYPES w/ exceptions if field has no value |
HAS_INSTANCETYPES() |
Determine if INSTANCETYPES has a value |
NextToken¶
The pagination token.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |
OutpostId¶
The ID of the Outpost.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPOSTID() |
Getter for OUTPOSTID, with configurable default |
ASK_OUTPOSTID() |
Getter for OUTPOSTID w/ exceptions if field has no value |
HAS_OUTPOSTID() |
Determine if OUTPOSTID has a value |
OutpostArn¶
The Amazon Resource Name (ARN) of the Outpost.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPOSTARN() |
Getter for OUTPOSTARN, with configurable default |
ASK_OUTPOSTARN() |
Getter for OUTPOSTARN w/ exceptions if field has no value |
HAS_OUTPOSTARN() |
Determine if OUTPOSTARN has a value |