Get Custom Action Result
data class GetCustomActionResult(val aliasName: String? = null, val attachments: List<CustomActionAttachment>? = null, val customActionArn: String? = null, val definition: CustomActionDefinition? = null, val tags: List<Tag>? = null)
Constructors
Link copied to clipboard
constructor(aliasName: String? = null, attachments: List<CustomActionAttachment>? = null, customActionArn: String? = null, definition: CustomActionDefinition? = null, tags: List<Tag>? = null)