/AWS1/CL_IOWGETDSTRESPONSE¶
GetDestinationResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_arn
TYPE /AWS1/IOWDESTINATIONARN
/AWS1/IOWDESTINATIONARN
¶
The Amazon Resource Name of the resource.
iv_name
TYPE /AWS1/IOWDESTINATIONNAME
/AWS1/IOWDESTINATIONNAME
¶
The name of the resource.
iv_expression
TYPE /AWS1/IOWEXPRESSION
/AWS1/IOWEXPRESSION
¶
The rule name or topic rule to send messages to.
iv_expressiontype
TYPE /AWS1/IOWEXPRESSIONTYPE
/AWS1/IOWEXPRESSIONTYPE
¶
The type of value in
Expression
.
iv_description
TYPE /AWS1/IOWDESCRIPTION
/AWS1/IOWDESCRIPTION
¶
The description of the resource.
iv_rolearn
TYPE /AWS1/IOWROLEARN
/AWS1/IOWROLEARN
¶
The ARN of the IAM Role that authorizes the destination.
Queryable Attributes¶
Arn¶
The Amazon Resource Name of the resource.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
Name¶
The name of the resource.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Expression¶
The rule name or topic rule to send messages to.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EXPRESSION() |
Getter for EXPRESSION, with configurable default |
ASK_EXPRESSION() |
Getter for EXPRESSION w/ exceptions if field has no value |
HAS_EXPRESSION() |
Determine if EXPRESSION has a value |
ExpressionType¶
The type of value in
Expression
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EXPRESSIONTYPE() |
Getter for EXPRESSIONTYPE, with configurable default |
ASK_EXPRESSIONTYPE() |
Getter for EXPRESSIONTYPE w/ exceptions if field has no valu |
HAS_EXPRESSIONTYPE() |
Determine if EXPRESSIONTYPE has a value |
Description¶
The description of the resource.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
RoleArn¶
The ARN of the IAM Role that authorizes the destination.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ROLEARN() |
Getter for ROLEARN, with configurable default |
ASK_ROLEARN() |
Getter for ROLEARN w/ exceptions if field has no value |
HAS_ROLEARN() |
Determine if ROLEARN has a value |