/AWS1/CL_IOIGETREGACCTSTATRSP¶
GetRegisterAccountStatusResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
IV_CUSTOMERACCOUNTID
TYPE /AWS1/IOICUSTOMERACCOUNTID
/AWS1/IOICUSTOMERACCOUNTID
¶
The unique ID of the Amazon Web Services account, provided at account creation.
IV_ACCOUNTSTATUS
TYPE /AWS1/IOIREGISTRATIONSTATUS
/AWS1/IOIREGISTRATIONSTATUS
¶
The status of registering your account and resources. The status can be one of:
REGISTRATION_SUCCESS
- The Amazon Web Services resource is successfully registered.
REGISTRATION_PENDING
- Amazon Web Services IoT FleetWise is processing the registration request. This process takes approximately five minutes to complete.
REGISTRATION_FAILURE
- Amazon Web Services IoT FleetWise can't register the AWS resource. Try again later.
IO_IAMREGISTRATIONRESPONSE
TYPE REF TO /AWS1/CL_IOIIAMREGRESPONSE
/AWS1/CL_IOIIAMREGRESPONSE
¶
Information about the registered IAM resources or errors, if any.
IV_CREATIONTIME
TYPE /AWS1/IOITIMESTAMP
/AWS1/IOITIMESTAMP
¶
The time the account was registered, in seconds since epoch (January 1, 1970 at midnight UTC time).
IV_LASTMODIFICATIONTIME
TYPE /AWS1/IOITIMESTAMP
/AWS1/IOITIMESTAMP
¶
The time this registration was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
Optional arguments:¶
IO_TIMESTREAMREGRESPONSE
TYPE REF TO /AWS1/CL_IOITSRREGRESPONSE
/AWS1/CL_IOITSRREGRESPONSE
¶
Information about the registered Amazon Timestream resources or errors, if any.
Queryable Attributes¶
customerAccountId¶
The unique ID of the Amazon Web Services account, provided at account creation.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CUSTOMERACCOUNTID() |
Getter for CUSTOMERACCOUNTID, with configurable default |
ASK_CUSTOMERACCOUNTID() |
Getter for CUSTOMERACCOUNTID w/ exceptions if field has no v |
HAS_CUSTOMERACCOUNTID() |
Determine if CUSTOMERACCOUNTID has a value |
accountStatus¶
The status of registering your account and resources. The status can be one of:
REGISTRATION_SUCCESS
- The Amazon Web Services resource is successfully registered.
REGISTRATION_PENDING
- Amazon Web Services IoT FleetWise is processing the registration request. This process takes approximately five minutes to complete.
REGISTRATION_FAILURE
- Amazon Web Services IoT FleetWise can't register the AWS resource. Try again later.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ACCOUNTSTATUS() |
Getter for ACCOUNTSTATUS, with configurable default |
ASK_ACCOUNTSTATUS() |
Getter for ACCOUNTSTATUS w/ exceptions if field has no value |
HAS_ACCOUNTSTATUS() |
Determine if ACCOUNTSTATUS has a value |
timestreamRegistrationResponse¶
Information about the registered Amazon Timestream resources or errors, if any.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TIMESTREAMREGRESPONSE() |
Getter for TIMESTREAMREGRESPONSE |
iamRegistrationResponse¶
Information about the registered IAM resources or errors, if any.
Accessible with the following methods¶
Method | Description |
---|---|
GET_IAMREGISTRATIONRESPONSE() |
Getter for IAMREGISTRATIONRESPONSE |
creationTime¶
The time the account was registered, in seconds since epoch (January 1, 1970 at midnight UTC time).
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
lastModificationTime¶
The time this registration was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTMODIFICATIONTIME() |
Getter for LASTMODIFICATIONTIME, with configurable default |
ASK_LASTMODIFICATIONTIME() |
Getter for LASTMODIFICATIONTIME w/ exceptions if field has n |
HAS_LASTMODIFICATIONTIME() |
Determine if LASTMODIFICATIONTIME has a value |